Revision 46118ed2 man/ganeti-cleaner.rst

b/man/ganeti-cleaner.rst
9 9
Synopsis
10 10
--------
11 11

  
12
**ganeti-cleaner**
12
**ganeti-cleaner** node|master
13 13

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

  
17
The **ganeti-cleaner** is a periodically run script to remove expired
18
X509 certificates and keys, as well as outdated **ganeti-watcher**
19
information.
17
The **ganeti-cleaner** is a periodically run script to remove old
18
files. It can clean either node-specific or master-specific files.
20 19

  
21
**ganeti-cleaner** automatically removes  all expired certificates and
22
keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``.
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``.
23 27

  
24 28
.. vim: set textwidth=72 :
25 29
.. Local Variables:

Also available in: Unified diff