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