Ignore automatically generated files.
[ganeti-local] / man / ganeti-noded.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2
3   <!-- Please adjust the date whenever revising the manpage. -->
4   <!ENTITY dhdate      "<date>June 16, 2007</date>">
5   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
6        allowed: see man(7), man(1). -->
7   <!ENTITY dhsection   "<manvolnum>8</manvolnum>">
8   <!ENTITY dhucpackage "<refentrytitle>ganeti-noded</refentrytitle>">
9   <!ENTITY dhpackage   "ganeti-noded">
10
11   <!ENTITY debian      "<productname>Debian</productname>">
12   <!ENTITY gnu         "<acronym>GNU</acronym>">
13   <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
14   <!ENTITY footer SYSTEM "footer.sgml">
15 ]>
16
17 <refentry>
18   <refentryinfo>
19     <copyright>
20       <year>2006</year>
21       <year>2007</year>
22       <holder>Google Inc.</holder>
23     </copyright>
24     &dhdate;
25   </refentryinfo>
26   <refmeta>
27     &dhucpackage;
28
29     &dhsection;
30     <refmiscinfo>ganeti 1.2</refmiscinfo>
31   </refmeta>
32   <refnamediv>
33     <refname>&dhpackage;</refname>
34
35     <refpurpose>ganeti daemon</refpurpose>
36   </refnamediv>
37   <refsynopsisdiv>
38     <cmdsynopsis>
39       <command>&dhpackage; </command>
40       <arg>-f</arg>
41
42     </cmdsynopsis>
43   </refsynopsisdiv>
44   <refsect1>
45     <title>DESCRIPTION</title>
46
47     <para>
48       The <command>&dhpackage;</command> is the daemon which is
49       responsible for the cluster functions in the ganeti system.
50     </para>
51
52     <para>
53       For testing purposes, you can give the <option>-f</option>
54       option and the program won't detach from the running terminal.
55     </para>
56     <refsect2>
57       <title>ROLE</title>
58       <para>
59         The role of the node daemon is to do almost all the actions
60         that change the state of the node. Things like creating disks
61         for instances, activating disks, starting/stopping instance
62         and so on are done via the node daemon.
63       </para>
64
65       <para>
66         If the node daemon is stopped, the instances are not affected,
67         but the master won't be able to talk to that node.
68       </para>
69     </refsect2>
70
71     <refsect2>
72       <title>COMMUNICATION PROTOCOL</title>
73       <para>
74         Currently the master-node protocol is done using the Twisted
75         perspective broker libraries.
76       </para>
77     </refsect2>
78
79   </refsect1>
80
81   &footer;
82
83 </refentry>
84
85 <!-- Keep this comment at the end of the file
86 Local variables:
87 mode: sgml
88 sgml-omittag:t
89 sgml-shorttag:t
90 sgml-minimize-attributes:nil
91 sgml-always-quote-attributes:t
92 sgml-indent-step:2
93 sgml-indent-data:t
94 sgml-parent-document:nil
95 sgml-default-dtd-file:nil
96 sgml-exposed-tags:nil
97 sgml-local-catalogs:nil
98 sgml-local-ecat-files:nil
99 End:
100 -->