mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
docs: migration: Fix example for unix socket migration
Fix the following issues: 1) the very long line is overflowing the code box 2) '--migrateuri' was missing for the qemu data stream 3) '--desturi' was not used making it non-obvious what the argument corresponds to Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
07620a0371
commit
a62bb8641a
@ -655,7 +655,10 @@ virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system qemu+ssh://10.0.
|
|||||||
software):
|
software):
|
||||||
</p>
|
</p>
|
||||||
<pre>
|
<pre>
|
||||||
virsh migrate web1 [--p2p] --copy-storage-all 'qemu+unix:///system?socket=/tmp/migdir/test-sock-driver' 'unix:///tmp/migdir/test-sock-qemu' --disks-uri unix:///tmp/migdir/test-sock-nbd
|
virsh migrate --domain web1 [--p2p] --copy-storage-all
|
||||||
|
--desturi 'qemu+unix:///system?socket=/tmp/migdir/test-sock-driver'
|
||||||
|
--migrateuri 'unix:///tmp/migdir/test-sock-qemu'
|
||||||
|
--disks-uri unix:///tmp/migdir/test-sock-nbd
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user