cinder-manage man update

Adding section for cinder-manage db purge which was added with
https://review.openstack.org/#/c/146766

Change-Id: Ie84d7b11e60dbbc9d2da8d8ae137310c280d3897
This commit is contained in:
Abel Lopez 2015-02-24 12:49:44 -08:00
parent 832a11b657
commit fa98f4722f

View File

@ -53,6 +53,10 @@ Cinder Db
Sync the database up to the most recent version. This is the standard way to create the db as well.
``cinder-manage db purge [<number of days>]``
Purge database entries that are marked as deleted, that are older than the number of days specified.
Cinder Logs
~~~~~~~~~~~