mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
migration.html: Fix the spelling of the --undefinesource parameter
There is no dash between "undefine" and "source" in this parameter. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
b814d499a7
commit
0b6d0e2046
@ -251,7 +251,7 @@
|
|||||||
<p>
|
<p>
|
||||||
As mentioned above, libvirt will not modify configuration files during
|
As mentioned above, libvirt will not modify configuration files during
|
||||||
migration by default. The <code>virsh</code> command has two flags to
|
migration by default. The <code>virsh</code> command has two flags to
|
||||||
influence this behaviour. The <code>--undefine-source</code> flag
|
influence this behaviour. The <code>--undefinesource</code> flag
|
||||||
will cause the configuration file to be removed on the source host
|
will cause the configuration file to be removed on the source host
|
||||||
after a successful migration. The <code>--persist</code> flag will
|
after a successful migration. The <code>--persist</code> flag will
|
||||||
cause a configuration file to be created on the destination host
|
cause a configuration file to be created on the destination host
|
||||||
@ -271,7 +271,7 @@
|
|||||||
<th>Source type</th>
|
<th>Source type</th>
|
||||||
<th>Source config</th>
|
<th>Source config</th>
|
||||||
<th>Dest config</th>
|
<th>Dest config</th>
|
||||||
<th>--undefine-source</th>
|
<th>--undefinesource</th>
|
||||||
<th>--persist</th>
|
<th>--persist</th>
|
||||||
<th>Dest type</th>
|
<th>Dest type</th>
|
||||||
<th>Source config</th>
|
<th>Source config</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user