Files
openstack-manuals/doc/config-reference/source/tables/glance-scrubber.rst
KATO Tomoyuki 20feda79a7 [config-ref] update glance config options for Newton
Change-Id: Ia35e463e9f2c5528df945ded693fcd9a69e9e9b9
2016-09-30 14:54:32 +09:00

1.4 KiB

Description of scrubber configuration options
Configuration option = Default value Description
[DEFAULT]
wakeup_time = 300 (Integer) Time interval, in seconds, between scrubber runs in daemon mode.$sentinal$Scrubber can be run either as a cron job or daemon. When run as a daemon, this configuration time specifies the time period between two runs. When the scrubber wakes up, it fetches and scrubs all pending_delete images that are available for scrubbing after taking scrub_time into consideration.$sentinal$If the wakeup time is set to a large number, there may be a large number of images to be scrubbed for each run. Also, this impacts how quickly the backend storage is reclaimed.$sentinal$Possible values: * Any non-negative integer$sentinal$Related options: * daemon * delayed_delete