-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65975/
-----------------------------------------------------------
(Updated April 12, 2018, 3:36 a.m.)
Review request for mesos, Benjamin Bannier and Jie Yu.
Changes
-------
Rebased and adopted CSI v0.2.
Bugs: MESOS-8492
https://issues.apache.org/jira/browse/MESOS-8492
Repository: mesos
Description
-------
The storage pools needs to be reconciled in the following two scenarios:
1. When there is a change in the set of known profiles.
2. When a volume/block of an unknown profile is destroyed, because the
disk space being freed up may belong to a known profile.
This patch adds a sequence to coordinate the reconciliations for the
above two cases.
Diffs (updated)
-----
src/resource_provider/storage/provider.cpp
a07620d1c4bf618f669575b3e183bf598da905a6
Diff: https://reviews.apache.org/r/65975/diff/3/
Changes: https://reviews.apache.org/r/65975/diff/2-3/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao