30 lines
976 B
Plaintext
30 lines
976 B
Plaintext
[DEFAULT]
|
|
# Show more verbose log output (sets INFO log level output)
|
|
verbose = True
|
|
|
|
# Show debugging output in logs (sets DEBUG log level output)
|
|
debug = False
|
|
|
|
log_file = /var/log/glance/reaper.log
|
|
|
|
# Directory that the Image Cache writes data to
|
|
# Make sure this is also set in glance-api.conf
|
|
image_cache_datadir = /var/lib/glance/image-cache/
|
|
|
|
# image_cache_invalid_entry_grace_period - seconds
|
|
#
|
|
# If an exception is raised as we're writing to the cache, the cache-entry is
|
|
# deemed invalid and moved to <image_cache_datadir>/invalid so that it can be
|
|
# inspected for debugging purposes.
|
|
#
|
|
# This is number of seconds to leave these invalid images around before they
|
|
# are elibible to be reaped.
|
|
image_cache_invalid_entry_grace_period = 3600
|
|
|
|
# Number of seconds after which we should consider an incomplete image to be
|
|
# stalled and eligible for reaping
|
|
image_cache_stall_timeout = 86400
|
|
|
|
[app:glance-reaper]
|
|
paste.app_factory = glance.image_cache.reaper:app_factory
|