Return-Path: X-Original-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BFD2CFC7 for ; Thu, 20 Jun 2013 17:29:21 +0000 (UTC) Received: (qmail 75274 invoked by uid 500); 20 Jun 2013 17:29:20 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 75200 invoked by uid 500); 20 Jun 2013 17:29:20 -0000 Mailing-List: contact mesos-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mesos-dev@incubator.apache.org Delivered-To: mailing list mesos-dev@incubator.apache.org Received: (qmail 75077 invoked by uid 99); 20 Jun 2013 17:29:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 17:29:20 +0000 Date: Thu, 20 Jun 2013 17:29:20 +0000 (UTC) From: "Vinod Kone (JIRA)" To: mesos-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-515) Slave fails to detect free disk space MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689421#comment-13689421 ] Vinod Kone commented on MESOS-515: ---------------------------------- https://reviews.apache.org/r/12010/ > Slave fails to detect free disk space > ------------------------------------- > > Key: MESOS-515 > URL: https://issues.apache.org/jira/browse/MESOS-515 > Project: Mesos > Issue Type: Bug > Components: slave > Affects Versions: 0.13.0, 0.14.0 > Environment: Debian 7.0 Wheezy > Reporter: Tomas Barton > Assignee: Vinod Kone > Fix For: 0.14.0 > > > W0619 17:29:31.856948 7067 slave.cpp:161] Failed to auto-detect the free disk space: 'No such file or directory' ; defaulting to 10GB > The problem might be in GPT: > df -h > Filesystem Size Used Avail Use% Mounted on > rootfs 2.8T 4.9G 2.6T 1% / > udev 10M 0 10M 0% /dev > tmpfs 3.2G 236K 3.2G 1% /run > /dev/disk/by-uuid/278721c1-c134-450a-9cec-1cd732677eb7 2.8T 4.9G 2.6T 1% / > tmpfs 5.0M 0 5.0M 0% /run/lock > tmpfs 6.3G 0 6.3G 0% /run/shm > /dev/md0 1016M 40M 925M 5% /boot > fdisk -l > Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes > 256 heads, 63 sectors/track, 363376 cylinders, total 5860533168 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 4096 bytes > I/O size (minimum/optimal): 4096 bytes / 4096 bytes > Disk identifier: 0x00000000 > Device Boot Start End Blocks Id System > /dev/sdb1 1 4294967295 2147483647+ ee GPT > Partition 1 does not start on physical sector boundary. > WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira