glance/releasenotes/notes/pending-delete-rollback-444ff94c0056bbdb.yaml
wangxiyuan 71a36c98ed Pending-delete rollback ability
Now there is no way to revert the pending-delete images. Once the
admin operators want to revert the delete action, Glance should
give them this kind of ability.

This patch will enhance the glance-scrubber tool to support restoring
the image from pending-delete to active.

Change-Id: I11fe58403e3af102b63d15b3cc702e567e526bad
blueprint: pending-delete-rollback
2018-04-19 11:03:59 +08:00

9 lines
311 B
YAML

---
features:
- |
``glance-scrubber`` now support to restore the image's status from
`pending_delete` to `active`. The usage is
`glance-scrubber --restore <image-id>`. Please make sure the
``glance-scrubber`` daemon is stopped before restoring the image to avoid
image data inconsistency.