beed2f210c
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
5 lines
142 B
YAML
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.
|