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 88E741044D for ; Wed, 24 Apr 2013 20:49:16 +0000 (UTC) Received: (qmail 11067 invoked by uid 500); 24 Apr 2013 20:49:16 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 10998 invoked by uid 500); 24 Apr 2013 20:49:16 -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 10989 invoked by uid 99); 24 Apr 2013 20:49:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Apr 2013 20:49:16 +0000 Date: Wed, 24 Apr 2013 20:49:16 +0000 (UTC) From: "Benjamin Mahler (JIRA)" To: mesos-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-349) remove mounts when garbage collecting tasks 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-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13640933#comment-13640933 ] Benjamin Mahler commented on MESOS-349: --------------------------------------- I had incorrectly assumed that rm -rf succeded, but there was an entry left in the mount table, so disregard my comment. Thanks for clarifying. > remove mounts when garbage collecting tasks > ------------------------------------------- > > Key: MESOS-349 > URL: https://issues.apache.org/jira/browse/MESOS-349 > Project: Mesos > Issue Type: Improvement > Components: slave > Reporter: Jonathan Boulle > Priority: Minor > > It would be extremely helpful if the GC process on a slave (which is currently effectively just an {{rm -rf}}) could also remove mounts within the executor sandbox. > This would allow sandboxes to incorporate mounts from different filesystems, for example, or to utilise chroots (which require various mounts to function properly - e.g. {{/proc}} and {{/sys}} on Linux) - and still be cleaned up by the mesos slave without any external intervention. -- 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