]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Forbid migration with cache != none
authorJiri Denemark <jdenemar@redhat.com>
Tue, 21 Feb 2012 12:20:06 +0000 (13:20 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 23 Feb 2012 13:34:56 +0000 (14:34 +0100)
commitd57485f73ab9dc52a5f0c73924ca1c3bd7e55c60
tree50026935f16f76b2a42769d1564858f029ac711a
parent5fadb1549df4ed9f7e58a54e7e96df6fed6b17cf
qemu: Forbid migration with cache != none

Migrating domains with disks using cache != none is unsafe unless the
disk images are stored on coherent clustered filesystem. Thus we forbid
migrating such domains unless VIR_MIGRATE_UNSAFE flags is used.
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h