----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45121/ -----------------------------------------------------------
(Updated March 27, 2016, 6:08 p.m.) Review request for mesos, Jie Yu and Joris Van Remoortere. Changes ------- Address review comments. Bugs: MESOS-2408 https://issues.apache.org/jira/browse/MESOS-2408 Repository: mesos Description ------- Prior to this commit, destroying a persistent volume would remove the Mesos-level metadata about the volume, but wouldn't destroy any of the volume's filesystem content. We now remove the volume from the slave's filesystem, essentially via "rm -r". Diffs (updated) ----- src/slave/slave.cpp f383605a52f31d7b805ad6153adc409dcb40f83a Diff: https://reviews.apache.org/r/45121/diff/ Testing ------- make check Thanks, Neil Conway