]> xenbits.xensource.com Git - libvirt.git/commit
virFileIsSharedFSType: Check for fuse.glusterfs too
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 27 Sep 2018 14:19:31 +0000 (16:19 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 3 Oct 2018 11:50:19 +0000 (13:50 +0200)
commit478da65fb46c866973886848ae17f1e16199a77d
tree4040010717d7b4d829e9ff5854334517d88c081f
parent5cae1f47c4bf400438e3616b1dbab4941e6c533f
virFileIsSharedFSType: Check for fuse.glusterfs too

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

GlusterFS is typically safe when it comes to migration. It's a
network FS after all. However, it can be mounted via FUSE driver
they provide. If that is the case we fail to identify it and
think migration is not safe and require VIR_MIGRATE_UNSAFE flag.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/util/virfile.c