22
0
Fork 0

migration à chaud

This commit is contained in:
abenmiloud 2018-07-31 15:57:51 +02:00
parent dc52203044
commit 251885bcea
1 changed files with 6 additions and 0 deletions

View File

@ -584,4 +584,10 @@ 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
~~~