Convert UploadFile (and its callers) to new rpc
[ganeti-local] / man / gnt-os.sgml
1 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.2//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 12, 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>gnt-os</refentrytitle>">
10   <!ENTITY dhpackage   "gnt-os">
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>2006</year>
22       <year>2007</year>
23       <year>2008</year>
24       <year>2009</year>
25       <holder>Google Inc.</holder>
26     </copyright>
27     &dhdate;
28   </refentryinfo>
29   <refmeta>
30     &dhucpackage;
31
32     &dhsection;
33     <refmiscinfo>ganeti 2.0</refmiscinfo>
34   </refmeta>
35   <refnamediv>
36     <refname>&dhpackage;</refname>
37
38     <refpurpose>instance operating system administration</refpurpose>
39   </refnamediv>
40   <refsynopsisdiv>
41     <cmdsynopsis>
42       <command>&dhpackage; </command>
43
44       <arg choice="req">command</arg>
45       <arg>arguments...</arg>
46     </cmdsynopsis>
47   </refsynopsisdiv>
48   <refsect1>
49     <title>DESCRIPTION</title>
50
51     <para>
52       The <command>&dhpackage;</command> is used for managing the list
53       of available operating system flavours for the instances in the
54       ganeti cluster.
55     </para>
56
57   </refsect1>
58   <refsect1>
59     <title>COMMANDS</title>
60
61     <cmdsynopsis>
62       <command>list</command>
63     </cmdsynopsis>
64
65     <para>
66       Gives the list of available/supported OS to use in the
67       instances. When creating the instance you can give the OS-name
68       as an option.
69     </para>
70
71     <cmdsynopsis>
72       <command>diagnose</command>
73     </cmdsynopsis>
74
75     <para>
76       This command will help you see why an installed OS is not
77       available in the cluster. The <command>list</command> command
78       shows only the OS-es that the cluster sees available on all
79       nodes. It could be that some OS is missing from a node, or is
80       only partially installed, and this command will show the details
81       of all the OSes and the reasons they are or are not valid.
82     </para>
83
84   </refsect1>
85
86   &footer;
87
88 </refentry>
89
90 <!-- Keep this comment at the end of the file
91 Local variables:
92 mode: sgml
93 sgml-omittag:t
94 sgml-shorttag:t
95 sgml-minimize-attributes:nil
96 sgml-always-quote-attributes:t
97 sgml-indent-step:2
98 sgml-indent-data:t
99 sgml-parent-document:nil
100 sgml-default-dtd-file:nil
101 sgml-exposed-tags:nil
102 sgml-local-catalogs:nil
103 sgml-local-ecat-files:nil
104 End:
105 -->