File: glancecachepruner.rst

package info (click to toggle)
glance 2014.1.3-12
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 12,804 kB
  • sloc: python: 54,757; sql: 381; sh: 320; makefile: 37
file content (41 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
===================
glance-cache-pruner
===================

-------------------
Glance cache pruner
-------------------

:Author: glance@lists.launchpad.net
:Date:   2014-01-16
:Copyright: OpenStack LLC
:Version: 2014.1
:Manual section: 1
:Manual group: cloud computing

SYNOPSIS
========

  glance-cache-pruner [options]

DESCRIPTION
===========

Prunes images from the Glance cache when the space exceeds the value
set in the image_cache_max_size configuration option. This is meant
to be run as a periodic task, perhaps every half-hour.

OPTIONS
========

  **General options**

  .. include:: general_options.rst

FILES
=====

  **/etc/glance/glance-cache.conf**
        Default configuration file for the Glance Cache

  .. include:: footer.rst