> On Tue, Sep 22, 2015 at 04:06:54 -0400, Prasanna Kalever wrote:
> >
> > > On 09/21/2015 05:24 AM, Prasanna Kumar Kalever wrote:
> > > > This patch adds a way to specify multiple backup volfile servers to the
> > > > gluster
> > > > block b
Hi Peter & Kevin,
Thanks for your detailed review comments. I shall try to incorporate these
changes as a next patch-set.
- Prasanna Kumar Kalever
> On Mon, Sep 28, 2015 at 18:06:12 +0530, Prasanna Kumar Kalever wrote:
> > This patch adds a way to specify multiple volfile servers to the glus
> On 09/21/2015 05:24 AM, Prasanna Kumar Kalever wrote:
> > This patch adds a way to specify multiple backup volfile servers to the
> > gluster
> > block backend of QEMU with tcp|rdma transport types and their port numbers.
> >
>
> >
> > This patch gives a mechanism to provide all the server ad
On Fri, Feb 5, 2016 at 6:47 PM, Prasanna Kumar Kalever
wrote:
>
> On Thursday, February 4, 2016 6:52:15 PM Kevin Wolf Wrote:
> > Am 12.11.2015 um 23:36 hat Eric Blake geschrieben:
> > > On 11/12/2015 03:22 AM, Prasanna Kumar Kalever wrote:
> > > > +static struct glfs *qemu_gluster_init(BlockdevOpt
On Wed, Mar 23, 2016 at 5:46 PM, Prasanna Kalever wrote:
> On Fri, Feb 5, 2016 at 6:47 PM, Prasanna Kumar Kalever
> wrote:
>>
>> On Thursday, February 4, 2016 6:52:15 PM Kevin Wolf Wrote:
>> > Am 12.11.2015 um 23:36 hat Eric Blake geschrieben:
>> > >
Hello,
Can someone please help me in tracking the QAPI changes for union
discriminator addition,
the below [1] gluster related patches are awaiting from very long,
because of the dependency with QMP design changes.
These patches [1] also stuck changes in libvirt/vdsm. It will be
really helpful fo
On Wed, Jun 15, 2016 at 3:30 AM, Eric Blake wrote:
> On 06/14/2016 06:36 AM, Jeff Cody wrote:
>> On Tue, Jun 14, 2016 at 03:27:55PM +0530, Prasanna Kalever wrote:
>>> Hello,
>>>
>>> Can someone please help me in tracking the QAPI changes for union
>>
On Wed, Jun 15, 2016 at 12:34 PM, Prasanna Kalever
wrote:
> On Wed, Jun 15, 2016 at 3:30 AM, Eric Blake wrote:
>> On 06/14/2016 06:36 AM, Jeff Cody wrote:
>>> On Tue, Jun 14, 2016 at 03:27:55PM +0530, Prasanna Kalever wrote:
>>>> Hello,
>>>>
>>&g
On Thu, Oct 27, 2016 at 6:38 PM, Jeff Cody wrote:
> On Thu, Oct 27, 2016 at 04:16:03PM +0530, Prasanna Kumar Kalever wrote:
>> Currently, for every drive accessed via gfapi we create a new glfs
>> instance (call glfs_new() followed by glfs_init()) which could consume
>> memory in few 100 MB's, fro
On Tue, Nov 1, 2016 at 11:32 PM, Eric Blake wrote:
> On 11/01/2016 07:29 AM, Prasanna Kumar Kalever wrote:
>> Document:
>> 1. The new debug and logfile options with their usages and
>> 2. New json format and its usage.
>>
>> Signed-off-by: Prasanna Kumar Kalever
>> ---
>> qemu-doc.texi | 46 ++
On Wed, Nov 2, 2016 at 5:46 PM, Prasanna Kumar Kalever
wrote:
> Document:
> 1. The new debug and logfile options with their usages
> 2. New json format and its usage and
> 3. update "GlusterFS, Device URL Syntax" section in "Invocation"
>
> Signed-off-by: Prasanna Kumar Kalever
> ---
> v2: Addres
On Wed, Nov 2, 2016 at 9:02 PM, Eric Blake wrote:
> On 11/02/2016 07:03 AM, Prasanna Kalever wrote:
>
>>> "debug":"N" does not match the schema; the parameter is named
>>> "debug-level", and it is an integer not a string. The parameter i
On Fri, Jul 22, 2016 at 7:39 PM, Eric Blake wrote:
>
> On 07/22/2016 04:05 AM, Prasanna Kumar Kalever wrote:
> > 1. s/@debug-level/@debug_level/
>
> Wrong. I asked for the opposite, s/debug_level/debug-level/
oops!
>
> > 2. rearrange the versioning
> > 3. s/server description/servers descriptio
On Fri, Jul 22, 2016 at 8:16 PM, Eric Blake wrote:
> On 07/22/2016 08:34 AM, Prasanna Kumar Kalever wrote:
>> 1. qapi @BlockdevOptionsGluster schema member name s/debug_level/debug-level/
>> 2. rearrange the versioning
>> 3. s/server description/servers description/
>>
>> Signed-off-by: Prasanna K
On Fri, Jul 22, 2016 at 7:37 PM, Eric Blake wrote:
> On 07/22/2016 06:01 AM, Prasanna Kumar Kalever wrote:
>> currently all the libgfapi logs defaults to '/dev/stderr' as it was hardcoded
>> in a call to glfs logging api, in case if debug level is chosen to
>> DEBUG/TRACE
>
> s/api, in case if/ap
On Thu, Jul 14, 2016 at 1:22 PM, Markus Armbruster wrote:
> Prasanna Kumar Kalever writes:
>
>> this patch adds 'GlusterServer' related schema in qapi/block-core.json
>>
>> Signed-off-by: Prasanna Kumar Kalever
>
> QAPI/QMP interface review only.
>
>> diff --git a/qapi/block-core.json b/qapi/blo
On Thu, Jul 14, 2016 at 5:35 PM, Markus Armbruster wrote:
> Interface and error message review only.
>
> Prasanna Kumar Kalever writes:
>
>> This patch adds a way to specify multiple volfile servers to the gluster
>> block backend of QEMU with tcp|rdma transport types and their port numbers.
>>
>
On Mon, Jul 18, 2016 at 2:23 PM, Markus Armbruster wrote:
> Prasanna Kumar Kalever writes:
>
>> gluster volfile server fetch happens through unix and/or tcp, it doesn't
>> support volfile fetch over rdma, hence removing the dead code
>>
>> Signed-off-by: Prasanna Kumar Kalever
>> ---
>> block/g
On Mon, Jul 18, 2016 at 2:59 PM, Markus Armbruster wrote:
> Prasanna Kumar Kalever writes:
>
>> this patch adds 'GlusterServer' related schema in qapi/block-core.json
>>
>> Signed-off-by: Prasanna Kumar Kalever
>> ---
>> block/gluster.c | 111
>> +--
On Mon, Jul 18, 2016 at 3:47 PM, Markus Armbruster wrote:
> Prasanna Kumar Kalever writes:
>
>> This patch adds a way to specify multiple volfile servers to the gluster
>> block backend of QEMU with tcp|rdma transport types and their port numbers.
>>
>> Problem:
>>
>> Currently VM Image on gluste
On Mon, Jul 18, 2016 at 7:05 PM, Raghavendra Talur wrote:
>
>
> On Mon, Jul 18, 2016 at 5:48 PM, Markus Armbruster
> wrote:
>>
>> Prasanna Kalever writes:
>>
>> > On Mon, Jul 18, 2016 at 2:23 PM, Markus Armbruster
>> > wrote:
>> >>
On Mon, Jul 18, 2016 at 6:41 PM, Markus Armbruster wrote:
> Prasanna Kalever writes:
>
>> On Mon, Jul 18, 2016 at 2:59 PM, Markus Armbruster wrote:
>>> Prasanna Kumar Kalever writes:
>>>
>>>> this patch adds 'GlusterServer' related sc
On Mon, Jul 18, 2016 at 8:09 PM, Markus Armbruster wrote:
> Prasanna Kalever writes:
>
>> On Mon, Jul 18, 2016 at 3:47 PM, Markus Armbruster wrote:
>>> Prasanna Kumar Kalever writes:
>>>
>>>> This patch adds a way to specify multiple volfile servers
On Wed, Jul 20, 2016 at 12:03 AM, Markus Armbruster wrote:
>
> One more...
>
> Prasanna Kumar Kalever writes:
>
> > This patch adds a way to specify multiple volfile servers to the gluster
> > block backend of QEMU with tcp|rdma transport types and their port numbers.
> >
> > Problem:
> >
> > Cur
On Tue, Apr 18, 2017 at 7:03 AM, Eric Blake wrote:
> We are gradually moving away from sector-based interfaces, towards
> byte-based. Update the gluster driver accordingly.
>
> Signed-off-by: Eric Blake
> ---
> block/gluster.c | 47 +++
> 1 file chang
oops!
That's 'bytes'.
On Wed, Apr 19, 2017 at 7:36 PM, Prasanna Kalever wrote:
> On Tue, Apr 18, 2017 at 7:03 AM, Eric Blake wrote:
>> We are gradually moving away from sector-based interfaces, towards
>> byte-based. Update the gluster driver accordingly.
&
On Wed, Apr 26, 2017 at 1:06 PM, Markus Armbruster wrote:
> Signed-off-by: Markus Armbruster
> ---
> block/gluster.c| 48
> block/nbd.c| 26 +-
> block/sheepdog.c | 6 +++---
> include/qemu/socket
27 matches
Mail list logo