----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45121/ -----------------------------------------------------------
Review request for mesos, Jie Yu and Joris Van Remoortere. 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 ----- src/slave/slave.cpp 840534ff0687e82ed063c386e36bbabada230697 Diff: https://reviews.apache.org/r/45121/diff/ Testing ------- make check Thanks, Neil Conway