puppet-nova/releasenotes/notes/archive-sleep-c3de94ddd2066c01.yaml
Takashi Kajinami 16e7f4c501 Add support for --sleep option of the archive command
Now 'nova-manage db archive_deleted_rows' command provides --sleep
to define sleep between batches of rows, to busy database operation
caused by the archive command.
This change introduces the parameter so that the option can be defined
in cron job definition.

Depends-on: https://review.opendev.org/771749
Change-Id: Ibeb2d24e47a82596acda21289b4ef9b3f36c66a0
2021-09-03 22:11:52 +09:00

6 lines
106 B
YAML

---
features:
- |
The new ``nova::cron::archive_deleted_rows::sleep`` parameter has been
added.