mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
migration.html: Fix the spelling of the --persistent parameter
"--persist" is missing the "ent" at the end. 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
0b6d0e2046
commit
6f0ee50be2
@ -253,7 +253,7 @@
|
|||||||
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>--undefinesource</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>--persistent</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
|
||||||
after a successful migration. The following table summarizes the
|
after a successful migration. The following table summarizes the
|
||||||
configuration file handling in all possible state and flag
|
configuration file handling in all possible state and flag
|
||||||
@ -272,7 +272,7 @@
|
|||||||
<th>Source config</th>
|
<th>Source config</th>
|
||||||
<th>Dest config</th>
|
<th>Dest config</th>
|
||||||
<th>--undefinesource</th>
|
<th>--undefinesource</th>
|
||||||
<th>--persist</th>
|
<th>--persistent</th>
|
||||||
<th>Dest type</th>
|
<th>Dest type</th>
|
||||||
<th>Source config</th>
|
<th>Source config</th>
|
||||||
<th>Dest config</th>
|
<th>Dest config</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user