Statistics
| Branch: | Tag: | Revision:

root / man / ganeti-cleaner.rst @ e715a6d6

History | View | Annotate | Download (802 Bytes)

1 9896f38d Iustin Pop
ganeti-cleaner(8) Ganeti | Version @GANETI_VERSION@
2 9896f38d Iustin Pop
===================================================
3 9896f38d Iustin Pop
4 9896f38d Iustin Pop
Name
5 9896f38d Iustin Pop
----
6 9896f38d Iustin Pop
7 9896f38d Iustin Pop
ganeti-cleaner - Ganeti job queue cleaner
8 9896f38d Iustin Pop
9 9896f38d Iustin Pop
Synopsis
10 9896f38d Iustin Pop
--------
11 9896f38d Iustin Pop
12 46118ed2 Iustin Pop
**ganeti-cleaner** node|master
13 9896f38d Iustin Pop
14 9896f38d Iustin Pop
DESCRIPTION
15 9896f38d Iustin Pop
-----------
16 9896f38d Iustin Pop
17 46118ed2 Iustin Pop
The **ganeti-cleaner** is a periodically run script to remove old
18 46118ed2 Iustin Pop
files. It can clean either node-specific or master-specific files.
19 9896f38d Iustin Pop
20 46118ed2 Iustin Pop
When called with ``node`` as argument, it will cleanup expired X509
21 46118ed2 Iustin Pop
certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``, as
22 46118ed2 Iustin Pop
well as outdated **ganeti-watcher** information.
23 46118ed2 Iustin Pop
24 46118ed2 Iustin Pop
When called with ``master`` as argument, it will instead automatically
25 46118ed2 Iustin Pop
remove all files older than 21 days from
26 46118ed2 Iustin Pop
``@LOCALSTATEDIR@/lib/ganeti/queue/archive``.
27 9ff4f2c0 Michael Hanselmann
28 9ff4f2c0 Michael Hanselmann
.. vim: set textwidth=72 :
29 9ff4f2c0 Michael Hanselmann
.. Local Variables:
30 9ff4f2c0 Michael Hanselmann
.. mode: rst
31 9ff4f2c0 Michael Hanselmann
.. fill-column: 72
32 9ff4f2c0 Michael Hanselmann
.. End: