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]>
Sent: Wednesday, July 29, 2015 2:40 AM
To: [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