c6580b2ab4
This patch proposes to use the trash functionality in Ceph RBD to support deferred deletion in the RBD volume driver. With deferred deletion enabled, deleting a volume will only move it to the trash. A periodic task is checking if the deferment time of volumes in the trash has expired and (if it has) remove them from the backend. The patch also adds config options to enable the feature, to set the trash deferment time, and to define the interval at which the periodic purge task is triggered. Implements: blueprint rbd-deferred-volume-deletion Change-Id: Id07c3f5e5c0a7665e6360cdccc007c6d7deb58fc
5 lines
84 B
YAML
5 lines
84 B
YAML
---
|
|
features:
|
|
- |
|
|
Add support for deferred deletion in the RBD volume driver.
|