b2e3ed9073
Change-Id: Ifee4e6eef37fe00019dd3adfaef8bb99a7970944 Closes-Bug: #1214176
48 lines
1.1 KiB
ReStructuredText
48 lines
1.1 KiB
ReStructuredText
====================
|
|
glance-cache-cleaner
|
|
====================
|
|
|
|
----------------------------------------------------------------
|
|
Glance Image Cache Invalid Cache Entry and Stalled Image cleaner
|
|
----------------------------------------------------------------
|
|
|
|
:Author: glance@lists.launchpad.net
|
|
:Date: 2016-10-6
|
|
:Copyright: OpenStack Foundation
|
|
:Version: 13.0.0
|
|
:Manual section: 1
|
|
:Manual group: cloud computing
|
|
|
|
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**
|
|
|
|
.. include:: general_options.rst
|
|
|
|
FILES
|
|
=====
|
|
|
|
**/etc/glance/glance-cache.conf**
|
|
Default configuration file for the Glance Cache
|
|
|
|
.. include:: footer.rst
|