Merge "Remove "image_cache_invalid_entry_grace_period" option"

This commit is contained in:
Jenkins 2013-11-12 15:37:53 +00:00 committed by Gerrit Code Review
commit a3b79e6bac
1 changed files with 0 additions and 10 deletions

View File

@ -22,16 +22,6 @@ image_cache_dir = /var/lib/glance/image-cache/
# stalled and eligible for reaping
image_cache_stall_time = 86400
# 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
# Max cache size in bytes
image_cache_max_size = 10737418240