Reviewed: https://review.openstack.org/407177 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=d4f07cc32268c3b27047be77a6449667d931d903 Submitter: Jenkins Branch: master
commit d4f07cc32268c3b27047be77a6449667d931d903 Author: Alexander Bashmakov <[email protected]> Date: Mon Dec 5 19:56:42 2016 +0000 Allow purging of records less than 1 day old. Adding ability to purge records less than 1 day old, using the glance-manage db_purge utility. Closes-Bug: #1643287 Change-Id: Ibaea583d49bd5d09ad2e6bf99d2c0efaac5cb4ec ** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1643287 Title: Glance-manage db purge not remove rows that was created less then one day Status in Glance: Fix Released Bug description: Currently, the value of glance-manage db purge --age_in_days cannot be 0. This is annoying for those testing scenarios in which a large number of images are created and deleted. It would be useful to use --age_in_days=0 to purge the deleted rows immediately. Nothing seems to be gained by having to wait a day before doing the delete. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1643287/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

