Skip to content
Snippets Groups Projects
Commit bae7e531 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Add man page for ganeti-cleaner


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 7579eb06
No related branches found
No related tags found
No related merge requests found
...@@ -188,6 +188,7 @@ EXTRA_DIST = \ ...@@ -188,6 +188,7 @@ EXTRA_DIST = \
man_MANS = \ man_MANS = \
man/ganeti.7 \ man/ganeti.7 \
man/ganeti-cleaner.8 \
man/ganeti-masterd.8 \ man/ganeti-masterd.8 \
man/ganeti-noded.8 \ man/ganeti-noded.8 \
man/ganeti-os-interface.7 \ man/ganeti-os-interface.7 \
......
...@@ -59,6 +59,10 @@ ...@@ -59,6 +59,10 @@
<refentrytitle>ganeti-watcher</refentrytitle> <refentrytitle>ganeti-watcher</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>
</citerefentry> (automatic instance restarter), </citerefentry> (automatic instance restarter),
<citerefentry>
<refentrytitle>ganeti-cleaner</refentrytitle>
<manvolnum>8</manvolnum>
</citerefentry> (job queue cleaner),
<citerefentry> <citerefentry>
<refentrytitle>ganeti-noded</refentrytitle> <refentrytitle>ganeti-noded</refentrytitle>
<manvolnum>8</manvolnum> <manvolnum>8</manvolnum>
......
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!-- Fill in your name for FIRSTNAME and SURNAME. -->
<!-- Please adjust the date whenever revising the manpage. -->
<!ENTITY dhdate "<date>February 11, 2009</date>">
<!-- SECTION should be 1-8, maybe w/ subsection other parameters are
allowed: see man(7), man(1). -->
<!ENTITY dhsection "<manvolnum>8</manvolnum>">
<!ENTITY dhucpackage "<refentrytitle>ganeti-cleaner</refentrytitle>">
<!ENTITY dhpackage "ganeti-cleaner">
<!ENTITY debian "<productname>Debian</productname>">
<!ENTITY gnu "<acronym>GNU</acronym>">
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
<!ENTITY footer SYSTEM "footer.sgml">
]>
<refentry>
<refentryinfo>
<copyright>
<year>2009</year>
<holder>Google Inc.</holder>
</copyright>
&dhdate;
</refentryinfo>
<refmeta>
&dhucpackage;
&dhsection;
<refmiscinfo>ganeti 2.0</refmiscinfo>
</refmeta>
<refnamediv>
<refname>&dhpackage;</refname>
<refpurpose>ganeti job queue cleaner</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>&dhpackage;</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
The <command>&dhpackage;</command> is a periodically run script to clean
old job files from the job queue archive.
</para>
<para>
<command>&dhpackage;</command> automatically removes all files older than
21 days from
<filename>@LOCALSTATEDIR@/lib/ganeti/queue/archive</filename>.
</para>
</refsect1>
&footer;
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:2
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:nil
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment