Statistics
| Branch: | Tag: | Revision:

root / man / ganeti-cleaner.rst @ e715a6d6

History | View | Annotate | Download (802 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** node|master
13

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

    
17
The **ganeti-cleaner** is a periodically run script to remove old
18
files. It can clean either node-specific or master-specific files.
19

    
20
When called with ``node`` as argument, it will cleanup expired X509
21
certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``, as
22
well as outdated **ganeti-watcher** information.
23

    
24
When called with ``master`` as argument, it will instead automatically
25
remove all files older than 21 days from
26
``@LOCALSTATEDIR@/lib/ganeti/queue/archive``.
27

    
28
.. vim: set textwidth=72 :
29
.. Local Variables:
30
.. mode: rst
31
.. fill-column: 72
32
.. End: