lp:~sampath-priyankara/masakari/HEAD
- Get this branch:
- bzr branch lp:~sampath-priyankara/masakari/HEAD
Import details
This branch is an import of the HEAD branch of the Git repository at https://git.openstack.org/openstack/masakari.
Last successful import was .
Recent revisions
- 166. By Pooja Jadhav
-
Add db purge support
Added db purge support to delete the soft-deleted records from tables.
In case of tables 'hosts' and 'failover_segments' the decision to purge
the record is made on the basis of 'deleted' and 'deleted_at' column's
value. However in case of 'notifications' table it is decided on the
basis of 'updated_at' column's value as notifications don't have
'delete' API.Operator can use the below command to purge the records:
"masakari-manage db purge --age_in_days <days> --max_rows <rows>"
Implements: blueprint db-purge-support
Co-author: Pooja Jadhav <email address hidden>
Change-Id: Id959b0e2b84d5d2587d6b70b8f695 f69634a1d17
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)