Merge "Fix hw_watchdog_action syntax"
This commit is contained in:
commit
6254b9abfe
@ -306,10 +306,10 @@
|
||||
</tr>
|
||||
<tr valign="top">
|
||||
<td>libvirt API driver</td>
|
||||
<td>hw_watchdog_action</td>
|
||||
<td>hw:watchdog_action</td>
|
||||
<td>Enables a virtual hardware watchdog device that carries out the specified action
|
||||
if the server hangs. The watchdog uses the i6300esb device (emulating a PCI
|
||||
Intel 6300ESB). If <literal>hw_watchdog_action</literal> is not specified, the
|
||||
Intel 6300ESB). If <literal>hw:watchdog_action</literal> is not specified, the
|
||||
watchdog is disabled.</td>
|
||||
<td><itemizedlist>
|
||||
<listitem><para><literal>disabled</literal>—(default) The device is not
|
||||
|
@ -275,10 +275,10 @@
|
||||
out the configured action, if the server hangs.
|
||||
The watchdog uses the i6300esb device (emulating a
|
||||
PCI Intel 6300ESB). If
|
||||
<literal>hw_watchdog_action</literal> is not
|
||||
<literal>hw:watchdog_action</literal> is not
|
||||
specified, the watchdog is disabled.</para>
|
||||
<para>To set the behavior, use:</para>
|
||||
<screen><prompt>$</prompt> <userinput>nova flavor-key <replaceable>FLAVOR-NAME</replaceable> set driver:hw_watchdog_action=<replaceable>ACTION</replaceable></userinput></screen>
|
||||
<screen><prompt>$</prompt> <userinput>nova flavor-key <replaceable>FLAVOR-NAME</replaceable> set hw:watchdog_action=<replaceable>ACTION</replaceable></userinput></screen>
|
||||
<para>Valid <replaceable>ACTION</replaceable> values
|
||||
are:</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
x
Reference in New Issue
Block a user