puppet-nova/releasenotes/notes/add-purge-to-cron-9b7c80e3e915fb4f.yaml
Carlos Camacho 919fc8160a Support --purge in Nova cleanup crons.
This patch adds the --purge parameter from
'nova-manage db' when executing the cleanup
tasks.

It will add the --purge parameter to the
archive_deleted_rows cron and will add an additional
cron to exclusively purge the shadow tables.

This feature is relevant due to the fact that we
were not purging the databases before running
upgrades, leading to the increase of the DB sizes.

Change-Id: I4ac0c9bd30463c546b141326b1293c78f845cf81
2018-03-20 15:43:47 +00:00

11 lines
307 B
YAML

---
features:
- |
OpenStack Nova in Rocky has the ability
of also purging the shadow data.
This patch enables the cron configuration
of this parameter for the archive rows
Cron and adds an additional Cron to run the
purge of the shadow tables without running
the archive task.