Re: [libvirt] [PATCH] storage: recognize gluster as networked file

2013-11-05 Thread Martin Kletzander
On Mon, Nov 04, 2013 at 02:30:50PM -0700, Eric Blake wrote: A qcow2 file with a backing file of 'gluster://host/vol/file' should not try to look for a directory named './gluster:/' in the file system. * src/util/virstoragefile.c (virBackingStoreIsFile): Broaden check to include all

Re: [libvirt] [PATCH] storage: recognize gluster as networked file

2013-11-05 Thread Eric Blake
On 11/05/2013 01:13 AM, Martin Kletzander wrote: On Mon, Nov 04, 2013 at 02:30:50PM -0700, Eric Blake wrote: A qcow2 file with a backing file of 'gluster://host/vol/file' should not try to look for a directory named './gluster:/' in the file system. * src/util/virstoragefile.c

Re: [libvirt] [PATCH] storage: recognize gluster as networked file

2013-11-05 Thread Martin Kletzander
On Tue, Nov 05, 2013 at 08:42:08AM -0700, Eric Blake wrote: On 11/05/2013 01:13 AM, Martin Kletzander wrote: On Mon, Nov 04, 2013 at 02:30:50PM -0700, Eric Blake wrote: A qcow2 file with a backing file of 'gluster://host/vol/file' should not try to look for a directory named './gluster:/'

[libvirt] [PATCH] storage: recognize gluster as networked file

2013-11-04 Thread Eric Blake
A qcow2 file with a backing file of 'gluster://host/vol/file' should not try to look for a directory named './gluster:/' in the file system. * src/util/virstoragefile.c (virBackingStoreIsFile): Broaden check to include all protocols. Signed-off-by: Eric Blake ebl...@redhat.com --- This one will