]> xenbits.xensource.com Git - libvirt.git/commit
qemuMigrationSrcIsSafe: Check local storage more thoroughly
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 26 Feb 2018 08:35:25 +0000 (09:35 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 26 Feb 2018 10:32:05 +0000 (11:32 +0100)
commited11e9cd95bd9cae6cdfab14ae0936930bbb63e6
tree2a74ce321a6bb4af68293601c4327eeb80f11959
parentef71caeaa81ab75daf441fe702d267c9b722bafb
qemuMigrationSrcIsSafe: Check local storage more thoroughly

https://bugzilla.redhat.com/show_bug.cgi?id=1494454

If a domain disk is stored on local filesystem (e.g. ext4) but is
not being migrated it is very likely that domain is not able to
run on destination. Regardless of share/cache mode.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_migration.c