Hi Jie,
I tried the new isolator and ran into an issue. Details are available in this ticket: https://issues.apache.org/jira/browse/MESOS-5187? Best Regards, Stephan ________________________________ From: Jie Yu <[email protected]> Sent: Monday, April 11, 2016 17:37 To: [email protected] Subject: Re: SharedFilesystemIsolator (filesystem/shared) Hi Stephan, Last time I asked, looks like you're the only one that are using filesystem/shared isolator. Have you switched to filesystem/linux isolator? Please let us know if you run into any issue when switching. We plan to retire filesystem/shared isolator in the next Mesos release. I'll send out an announcement shortly. - Jie On Mon, Apr 11, 2016 at 5:34 AM, Erb, Stephan <[email protected]<mailto:[email protected]>> wrote: Given that the "filesystem/linux" isolator has landed, is it now considered to be a drop-in replacement for the "filesystem/shared" isolator? ________________________________ From: Erb, Stephan <[email protected]<mailto:[email protected]>> Sent: Wednesday, July 29, 2015 21:08 To: [email protected]<mailto:[email protected]> Subject: Re: SharedFilesystemIsolator (filesystem/shared) We are using the isolator in order to re-route writes to /tmp to a path inside the container sandbox: --default_container_info='{ "type": "MESOS", "volumes": [ {"host_path": "system/tmp", "container_path": "/tmp", "mode": "RW"}, {"host_path": "system/vartmp", "container_path": "/var/tmp", "mode": "RW"} ] } ? We are running on linux, so I guess the new one will work for us just as well? Thanks, Stephan ________________________________ From: Jie Yu <[email protected]<mailto:[email protected]>> Sent: Wednesday, July 29, 2015 2:40 AM To: [email protected]<mailto:[email protected]> Subject: SharedFilesystemIsolator (filesystem/shared) Hi Mesos users, I am wondering if anyone is using this isolator (i.e., --isolation=filesystem/shared)? If not, we plan to remove it from the source code in favor of using the upcoming more general linux filesystem isolator (https://reviews.apache.org/r/36429/). - Jie

