Skip to content
Snippets Groups Projects
Commit c56f51ef authored by René Nussbaumer's avatar René Nussbaumer Committed by Michael Hanselmann
Browse files

Adding documentation for “gnt-os modify”


This finishes the integration of per-os-hypervisor parameters by updating
the man page.

Signed-off-by: default avatarRené Nussbaumer <rn@google.com>
Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 429ae766
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<holder>Google Inc.</holder>
</copyright>
&dhdate;
......@@ -81,6 +82,28 @@
of all the OSes and the reasons they are or are not valid.
</para>
<cmdsynopsis>
<command>modify</command>
<arg>-H <replaceable>HYPERVISOR</replaceable><arg>:<arg choice="plain" rep="repeat">option=<replaceable>value</replaceable></arg></arg></arg>
<arg choice="req"><replaceable>OS</replaceable></arg>
</cmdsynopsis>
<para>
This command will allow you to modify OS parameters. At the moment
we just support per-os-hypervisor settings. You can run modify
<option>-H</option> with the same syntax as in
<command>gnt-cluster init</command> to override default hypervisor
parameters of the cluster for specified
<replaceable>OS</replaceable> argument.
</para>
<para>
Note: The <replaceable>OS</replaceable> doesn't have to exists.
This allows preseeding the settings for
<replaceable>OS</replaceable>es not yet known to
<command>gnt-os</command>.
</para>
</refsect1>
&footer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment