Adds manila-manage 'db purge' command to man page

Closes-Bug: #1664586

Change-Id: Id0934fdd9a3484794ff49e020475a6cb780cc664
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2017-02-14 15:29:02 +01:00
parent fa8170fb65
commit 365092cea5

View File

@ -63,6 +63,12 @@ Manila Db
Generate new migration.
``manila-manage db purge <age_in_days>``
Purge deleted rows older than a given age from manila database tables.
If age_in_days is not given or is specified as 0 all available rows will
be deleted.
Manila Logs
~~~~~~~~~~~