285554ba88
This submission changes the --all default parameter in the purge shadow tables cron to a '--before <date>' allowing to define a retention policy. Age name was used as puppet-cinder already use it so to have a consitancy across the projects. Also, it's added the option --all-cells causing the purge to be applied against all cell databases. Co-Authored-By: Sergii Golovatiuk <sgolovat@redhat.com> Change-Id: I2dcf37417c36fb8b1bde207c60d22d580005715c
15 lines
534 B
YAML
15 lines
534 B
YAML
---
|
|
features:
|
|
- |
|
|
This patch will add a new parameter (age) to define a
|
|
retention policy when purging the Nova shadow tables.
|
|
Also will add the parameter all_cells (defaulted to false)
|
|
to run the purge command over the cells tables.
|
|
fixes:
|
|
- |
|
|
Fix the default values to saner ones, this is because
|
|
operators might run both the archive and the purge cron
|
|
jobs. The defaults will make the purge job to run each
|
|
day at 5 hours but the retention policy parameter will
|
|
retain the data for 14 days.
|