]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Only check for cluster fs if we're using a filesystem
authorGuido Günther <agx@sigxcpu.org>
Wed, 6 Jun 2012 18:36:31 +0000 (20:36 +0200)
committerGuido Günther <agx@sigxcpu.org>
Fri, 8 Jun 2012 17:54:11 +0000 (19:54 +0200)
commit3ac8fb54f4e6365e6252eae9995fb8333972ae94
tree0f8e6122019b858933f6f2e43439105c4dd91cda
parent9d08debe887db96a444afae890967cf02f4237ee
Only check for cluster fs if we're using a filesystem

otherwise migration fails for e.g. network filesystems like sheepdog
with:

   error: Invalid relative path 'virt-name': Invalid argument

while we should fail with:

    Migration may lead to data corruption if disks use cache != none

References:

    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676328
    https://www.redhat.com/archives/libvirt-users/2012-May/msg00088.html
src/qemu/qemu_migration.c