Re: [Qemu-devel] [PATCH v4 0/2] GlusterFS support in QEMU - v4

2012-08-02 Thread Stefan Hajnoczi
On Wed, Aug 01, 2012 at 07:44:14PM +0530, Bharata B Rao wrote: > Hi, > > This is the v4 of the patchset to support GlusterFS backend from QEMU. > > Due to difficulties in supporting ipv6 address format in the ealier > specification, I switched over to the URI based specification which looks > lik

[Qemu-devel] [PATCH v4 0/2] GlusterFS support in QEMU - v4

2012-08-01 Thread Bharata B Rao
Hi, This is the v4 of the patchset to support GlusterFS backend from QEMU. Due to difficulties in supporting ipv6 address format in the ealier specification, I switched over to the URI based specification which looks like this: file=gluster://server:[port]/volname/image[?transport=socket] I hav