Make build_chroot compatible with Squeeze
[ganeti-local] / man / ganeti-cleaner.rst
index 78feebe..4eb984c 100644 (file)
@@ -9,15 +9,24 @@ ganeti-cleaner - Ganeti job queue cleaner
 Synopsis
 --------
 
-**ganeti-cleaner**
+**ganeti-cleaner** node|master
 
 DESCRIPTION
 -----------
 
-The **ganeti-cleaner** is a periodically run script to clean old job
-files from the job queue archive and to remove expired X509
-certificates and keys.
+The **ganeti-cleaner** is a periodically run script to remove old
+files. It can clean either node-specific or master-specific files.
 
-**ganeti-cleaner** automatically removes all files older than 21 days
-from ``@LOCALSTATEDIR@/lib/ganeti/queue/archive`` and all expired
-certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``.
+When called with ``node`` as argument, it will cleanup expired X509
+certificates and keys from ``@LOCALSTATEDIR@/run/ganeti/crypto``, as
+well as outdated **ganeti-watcher** information.
+
+When called with ``master`` as argument, it will instead automatically
+remove all files older than 21 days from
+``@LOCALSTATEDIR@/lib/ganeti/queue/archive``.
+
+.. vim: set textwidth=72 :
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. End: