manila/releasenotes/notes/add-manage-db-purge-b32a24ee045d8d45.yaml
zhongjun beed2f210c Add manila-manage db purge command
Cloud admins delete lots of DB records manually that were
"soft-deleted" in Manila. They do it to reduce size of DB
and increase response speed. Therefore, add "manila-manage
db purge" command that will make cloud admins life easier
allowing them to purge such DB records in one click.

Examples of usage:
$ manila-manage db purge 5

Partially-implements: blueprint clean-deleted-row-in-db
Depends-on: 0ec71e29b2
Change-Id: I4fd83d44f4a1b6b7633a60249ba775f6d86d1cdc
2017-01-18 11:06:55 +08:00

5 lines
142 B
YAML

---
features:
- Add ``purge`` sub command to the ``manila-manage db`` command for
administrators to be able to purge soft-deleted rows.