]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add rbd to whitelist of migration-safe formats
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 2 Jul 2012 18:55:26 +0000 (11:55 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 2 Jul 2012 20:52:27 +0000 (14:52 -0600)
commit78290b1641e95304c862062ee0aca95395c5926c
treee2737013d4dbaa47f2bfd433d4998c51921484e5
parent30a30a7a7058e4fd22fc8c2efe858b6b701a8145
qemu: add rbd to whitelist of migration-safe formats

QEMU (and librbd) flush the cache on the source before the
destination starts, and the destination does not read any
changeable data before that, so live migration with rbd caching
is safe.

This makes 'virsh migrate' work with rbd and caching without the
--unsafe flag.

Reported-by: Vladimir Bashkirtsev <vladimir@bashkirtsev.com>
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
.mailmap
AUTHORS
src/qemu/qemu_migration.c