Update the nova-manage db archive_deleted_rows description

This patch adds the bit about removing the deleted rows from the
instance_mappings and request_specs tables as well permanently so
that the users are aware of this.

Change-Id: I183cc9f80b3feec6789332860b5aeb7591b710df
This commit is contained in:
Surya Seetharaman 2018-03-07 21:49:53 +01:00
parent 96fb50735c
commit 00a0308d2a

View File

@ -62,9 +62,11 @@ Nova Database
``nova-manage db archive_deleted_rows [--max_rows <number>] [--verbose] [--until-complete]``
Move deleted rows from production tables to shadow tables. Specifying
--verbose will print the results of the archive operation for any tables
that were changed. Specifying --until-complete will make the command run
Move deleted rows from production tables to shadow tables. Note that the
corresponding rows in the instance_mappings and request_specs tables of the
API database are purged when instance records are archived. Specifying
--verbose will print the results of the archive operation for any tables that
were changed. Specifying --until-complete will make the command run
continuously until all deleted rows are archived. Use the --max_rows option,
which defaults to 1000, as a batch size for each iteration.