-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60729/
-----------------------------------------------------------
(Updated July 10, 2017, 11 a.m.)
Review request for mesos, James DeFelice, Jie Yu, and Vinod Kone.
Changes
-------
Modified comments.
Summary (updated)
-----------------
Fixed persistent volume and host volume conflict issue.
Bugs: MESOS-7770
https://issues.apache.org/jira/browse/MESOS-7770
Repository: mesos
Description (updated)
-------
This is the fix for MESOS-7770. Basically, if a persistent volume
and a host volume are both specified and the source path of the
host volume is the same as the container path of the persistent
volume, then the persistent volume will be skipped and is not
mounted correctly. We should precisely check the mount table
to determine whether the persistent volume is mounted or not.
If not mounted, make sure we do mount the persistent volume.
Diffs (updated)
-----
src/slave/containerizer/mesos/isolators/filesystem/linux.cpp 69804eec61467ae0fd95dfdf53a08875e27a0bca
Diff: https://reviews.apache.org/r/60729/diff/2/
Changes: https://reviews.apache.org/r/60729/diff/1-2/
Testing (updated)
-------
make check
Thanks,
Gilbert Song
|