Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D684E200BCC for ; Tue, 29 Nov 2016 19:07:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D5BBB160B15; Tue, 29 Nov 2016 18:07:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D28D160AFC for ; Tue, 29 Nov 2016 19:07:00 +0100 (CET) Received: (qmail 95614 invoked by uid 500); 29 Nov 2016 18:06:59 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 95594 invoked by uid 99); 29 Nov 2016 18:06:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2016 18:06:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 38A912C03E2 for ; Tue, 29 Nov 2016 18:06:59 +0000 (UTC) Date: Tue, 29 Nov 2016 18:06:59 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6441) Incorrect File System Size Reported with Amazon Elastic File System (EFS) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 29 Nov 2016 18:07:01 -0000 [ https://issues.apache.org/jira/browse/AMQ-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15706052#comment-15706052 ] Claus Ibsen commented on AMQ-6441: ---------------------------------- Is anyone working on implementing the last suggestions from Christopher about that flag to turn on | off. > Incorrect File System Size Reported with Amazon Elastic File System (EFS) > ------------------------------------------------------------------------- > > Key: AMQ-6441 > URL: https://issues.apache.org/jira/browse/AMQ-6441 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.11.1 > Reporter: Ismail Bhana > > I've set up Active MQ in production with a shared file system master/slave configuration (KahaDB). I've set everything up and mounted the EFS on both EC2 instances. > When I check the disk free stats I get 8 exabytes for the shared file system: > {code} > $ df -h > eu-west-1a.***.efs.eu-west-1.amazonaws.com:/ 8.0E 0 8.0E 0% /mnt/efs > {code} > Unfortunately, ActiveMQ cannot interpret this number (8 exabytes). This may be due to integer truncation. > Here is a snippet of the log: > {code} > Store limit is 102400 mb (current store usage is 0 mb). The data directory: /mnt/efs/kahadb only has -8796093022208 mb of usable space - resetting to maximum available disk space: -8796093022207 mb > Store limit is -8796093022207 mb, whilst the max journal file size for the store is: 32 mb, the store will not accept any data when used. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)