-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/67876/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Benjamin Mahler, Jie Yu, and Meng
Zhu.
Bugs: MESOS-9015
https://issues.apache.org/jira/browse/MESOS-9015
Repository: mesos
Description
-------
When applying `DESTROY_VOLUME` or `DESTROY_BLOCK` on a CSI volume with a
stale profile, the volume will be converted to an empty resource to
avoid it to be offered to frameworks. This patch updates the
hierarchical allocator to allow such behaviors in `updateAllocation`.
Diffs
-----
src/master/allocator/mesos/hierarchical.cpp
5a6cd3d2fc5bdbaaee2d05b9be9e83d4107c749b
src/tests/hierarchical_allocator_tests.cpp
597469e0e897e10e9805798a4ec3f445c7dc28b0
Diff: https://reviews.apache.org/r/67876/diff/1/
Testing
-------
sudo make check
Thanks,
Chun-Hung Hsiao