migration à chaud

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

View file

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