-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68595/
-----------------------------------------------------------

(Updated Sept. 1, 2018, 4:50 a.m.)


Review request for mesos, Chun-Hung Hsiao and Gilbert Song.


Changes
-------

Fixed typos.


Bugs: MESOS-9196
    https://issues.apache.org/jira/browse/MESOS-9196


Repository: mesos


Description (updated)
-------

Use MNT_DETACH for `unmount` so that if there are still processes
holding files or directories in the rootfs (e.g., regular filesystem
indexing), the unmount will still be successful. The kernel will cleanup
the mount when the number of references reach zero. Also, do not return
hard failure if `rmdir` failed. It's also possible that `rmdir` returns
EBUSY. See more details in MESOS-9196.


Diffs (updated)
-----

  src/slave/containerizer/mesos/provisioner/backends/aufs.cpp 
c2cdd9310e84c94e48f2e72de96ddced5b3d2e41 


Diff: https://reviews.apache.org/r/68595/diff/2/

Changes: https://reviews.apache.org/r/68595/diff/1-2/


Testing
-------

sudo make check


Thanks,

Jie Yu

Reply via email to