Skip to content
Snippets Groups Projects
ganeti-noded.sgml 2.56 KiB
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [

  <!-- Please adjust the date whenever revising the manpage. -->
  <!ENTITY dhdate      "<date>June 16, 2007</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-noded</refentrytitle>">
  <!ENTITY dhpackage   "ganeti-noded">

  <!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>2006</year>
      <year>2007</year>
      <holder>Google Inc.</holder>
    </copyright>
    &dhdate;
  </refentryinfo>
  <refmeta>
    &dhucpackage;

    &dhsection;
    <refmiscinfo>ganeti 1.2</refmiscinfo>
  </refmeta>
  <refnamediv>
    <refname>&dhpackage;</refname>

    <refpurpose>ganeti daemon</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
    <cmdsynopsis>
      <command>&dhpackage; </command>
      <arg>-f</arg>

    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1>
    <title>DESCRIPTION</title>

    <para>
      The <command>&dhpackage;</command> is the daemon which is
      responsible for the cluster functions in the ganeti system.
    </para>

    <para>
      For testing purposes, you can give the <option>-f</option>
      option and the program won't detach from the running terminal.
    </para>
    <refsect2>
      <title>ROLE</title>
      <para>
        The role of the node daemon is to do almost all the actions
        that change the state of the node. Things like creating disks
        for instances, activating disks, starting/stopping instance
        and so on are done via the node daemon.
      </para>

      <para>
        If the node daemon is stopped, the instances are not affected,
        but the master won't be able to talk to that node.
      </para>
    </refsect2>
    <refsect2>
      <title>COMMUNICATION PROTOCOL</title>
      <para>
        Currently the master-node protocol is done using the Twisted
        perspective broker libraries.
      </para>
    </refsect2>

  </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:
-->