-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70314/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier and Jie Yu.
Bugs: MESOS-9540
https://issues.apache.org/jira/browse/MESOS-9540
Repository: mesos
Description
-------
SLRP now accepts `DESTROY_DISK` on `RAW` disk resources with source IDs.
If the backed CSI plugin does have the `CREATE_DELETE_VOLUME` controller
capability, this operation will be a no-op; otherwise the underlying CSI
volume will be deprovisioned.
Diffs
-----
src/resource_provider/storage/provider.cpp
fea623c292158deb1b4b4b9ab1ac208031471519
Diff: https://reviews.apache.org/r/70314/diff/1/
Testing
-------
make check
The new code path is tested later in this chain.
Thanks,
Chun-Hung Hsiao