Statistics
| Branch: | Tag: | Revision:

root / man / ganeti-cleaner.rst @ 9ff4f2c0

History | View | Annotate | Download (666 Bytes)

1
ganeti-cleaner(8) Ganeti | Version @GANETI_VERSION@
2
===================================================
3

    
4
Name
5
----
6

    
7
ganeti-cleaner - Ganeti job queue cleaner
8

    
9
Synopsis
10
--------
11

    
12
**ganeti-cleaner**
13

    
14
DESCRIPTION
15
-----------
16

    
17
The **ganeti-cleaner** is a periodically run script to clean old job
18
files from the job queue archive and to remove expired X509
19
certificates and keys.
20

    
21
**ganeti-cleaner** automatically removes all files older than 21 days
22
from ``@LOCALSTATEDIR@/lib/ganeti/queue/archive`` and all expired
23
certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``.
24

    
25
.. vim: set textwidth=72 :
26
.. Local Variables:
27
.. mode: rst
28
.. fill-column: 72
29
.. End: