migration à chaud

This commit is contained in:
abenmiloud 2018-07-31 15:57:51 +02:00
parent dc52203044
commit 251885bcea

View file

@ -584,4 +584,10 @@ ceph df
~~~ ~~~
# apt install qemu-block-extra # apt install qemu-block-extra
# qemu-img create -f raw rbd:rdb/bar 8 # qemu-img create -f raw rbd:rdb/bar 8
~~~
## migration à chaud
~~~
virsh migrate --live --unsafe --verbose first qemu+ssh://$IP_DST/system
~~~ ~~~