From 251885bcea9a3b8c96cd4e356eedd30bb45f9074 Mon Sep 17 00:00:00 2001 From: abenmiloud Date: Tue, 31 Jul 2018 15:57:51 +0200 Subject: [PATCH] =?UTF-8?q?migration=20=C3=A0=20chaud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoCeph.md b/HowtoCeph.md index f464965f..ae539df6 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -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 ~~~ \ No newline at end of file