Statistics
| Branch: | Tag: | Revision:

root / man / ganeti-cleaner.sgml @ c6ccba7e

History | View | Annotate | Download (2.1 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>May 17, 2010</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
      <year>2010</year>
23
      <holder>Google Inc.</holder>
24
    </copyright>
25
    &dhdate;
26
  </refentryinfo>
27
  <refmeta>
28
    &dhucpackage;
29

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

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

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

    
47
    <para>
48
      The <command>&dhpackage;</command> is a periodically run script to clean
49
      old job files from the job queue archive and to remove expired X509
50
      certificates and keys.
51
    </para>
52

    
53
    <para>
54
      <command>&dhpackage;</command> automatically removes all files older than
55
      21 days from
56
      <filename>@LOCALSTATEDIR@/lib/ganeti/queue/archive</filename> and all
57
      expired certificates and keys from
58
      <filename>@LOCALSTATEDIR@/run/ganeti/crypto</filename>
59
    </para>
60

    
61
  </refsect1>
62

    
63
  &footer;
64

    
65
</refentry>
66

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