diff --git a/doc/source/man/nova-manage.rst b/doc/source/man/nova-manage.rst index f2823b2f55d5..1862832574b2 100644 --- a/doc/source/man/nova-manage.rst +++ b/doc/source/man/nova-manage.rst @@ -50,6 +50,14 @@ Nova Db Sync the database up to the most recent version. This is the standard way to create the db as well. +``nova-manage db archive_deleted_rows [--max_rows ]`` + + Move deleted rows from production tables to shadow tables. + +``nova-manage db null_instance_uuid_scan [--delete]`` + + Lists and optionally deletes database records where instance_uuid is NULL. + Nova Logs ~~~~~~~~~