e0e738c866
The man pages listed version and dates that are out of date. This patch bumps the dates and version to Pike specific values. It also moves the common metadata of each man page to a header file. Change-Id: I5e0c57d893b8e93a0a25d1809f81ad28eca401e3
994 B
994 B
glance-cache-cleaner
Glance Image Cache Invalid Cache Entry and Stalled Image cleaner
SYNOPSIS
glance-cache-cleaner [options]
DESCRIPTION
This is meant to be run as a periodic task from cron.
If something goes wrong while we're caching an image (for example the fetch times out, or an exception is raised), we create an 'invalid' entry. These entries are left around for debugging purposes. However, after some period of time, we want to clean these up.
Also, if an incomplete image hangs around past the image_cache_stall_time period, we automatically sweep it up.
OPTIONS
General options
FILES
- /etc/glance/glance-cache.conf
Default configuration file for the Glance Cache