919fc8160a
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
11 lines
307 B
YAML
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.
|