Statistics
| Branch: | Tag: | Revision:

root / man / ganeti-cleaner.sgml @ 4c61d894

History | View | Annotate | Download (1.9 kB)

1
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2

    
3
  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
4
  <!-- Please adjust the date whenever revising the manpage. -->
5
  <!ENTITY dhdate      "<date>February 11, 2009</date>">
6
  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
7
       allowed: see man(7), man(1). -->
8
  <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
9
  <!ENTITY dhucpackage "<refentrytitle>ganeti-cleaner</refentrytitle>">
10
  <!ENTITY dhpackage   "ganeti-cleaner">
11

    
12
  <!ENTITY debian      "<productname>Debian</productname>">
13
  <!ENTITY gnu         "<acronym>GNU</acronym>">
14
  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
15
  <!ENTITY footer SYSTEM "footer.sgml">
16
]>
17

    
18
<refentry>
19
  <refentryinfo>
20
    <copyright>
21
      <year>2009</year>
22
      <holder>Google Inc.</holder>
23
    </copyright>
24
    &dhdate;
25
  </refentryinfo>
26
  <refmeta>
27
    &dhucpackage;
28

    
29
    &dhsection;
30
    <refmiscinfo>ganeti 2.0</refmiscinfo>
31
  </refmeta>
32
  <refnamediv>
33
    <refname>&dhpackage;</refname>
34

    
35
    <refpurpose>ganeti job queue cleaner</refpurpose>
36
  </refnamediv>
37
  <refsynopsisdiv>
38
    <cmdsynopsis>
39
      <command>&dhpackage;</command>
40

    
41
    </cmdsynopsis>
42
  </refsynopsisdiv>
43
  <refsect1>
44
    <title>DESCRIPTION</title>
45

    
46
    <para>
47
      The <command>&dhpackage;</command> is a periodically run script to clean
48
      old job files from the job queue archive.
49
    </para>
50

    
51
    <para>
52
      <command>&dhpackage;</command> automatically removes all files older than
53
      21 days from
54
      <filename>@LOCALSTATEDIR@/lib/ganeti/queue/archive</filename>.
55
    </para>
56

    
57
  </refsect1>
58

    
59
  &footer;
60

    
61
</refentry>
62

    
63
<!-- Keep this comment at the end of the file
64
Local variables:
65
mode: sgml
66
sgml-omittag:t
67
sgml-shorttag:t
68
sgml-minimize-attributes:nil
69
sgml-always-quote-attributes:t
70
sgml-indent-step:2
71
sgml-indent-data:t
72
sgml-parent-document:nil
73
sgml-default-dtd-file:nil
74
sgml-exposed-tags:nil
75
sgml-local-catalogs:nil
76
sgml-local-ecat-files:nil
77
End:
78
-->