From: Bharata B Rao <bharata@linux.vnet.ibm.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
Anthony Liguori <aliguori@us.ibm.com>,
Anand Avati <aavati@redhat.com>,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>,
Vijay Bellur <vbellur@redhat.com>,
Amar Tumballi <amarts@redhat.com>,
qemu-devel@nongnu.org, Blue Swirl <blauwirbel@gmail.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v5 2/2] block: Support GlusterFS as a QEMU block backend
Date: Wed, 8 Aug 2012 20:38:57 +0530 [thread overview]
Message-ID: <20120808150857.GB16508@in.ibm.com> (raw)
In-Reply-To: <CAJSP0QXtfZGvKSt6GX=CUbfgcbEczw+_VuKL44OSKtgQLTREDA@mail.gmail.com>
On Wed, Aug 08, 2012 at 03:37:31PM +0100, Stefan Hajnoczi wrote:
>
> I have left a few small comments. Perhaps you can resend with your
> fixes to Patch 1?
Sure, Will send v6 with fixes to patch 1 and incorporating your suggestions.
> > + */
> > +#include "block_int.h"
> > +#include <glusterfs/api/glfs.h>
>
> System headers followed by user headers is a good order to prevent
> application-specific macros from interfering with system headers:
>
> #include <glusterfs/api/glfs.h>
> #include "block_int.h"
Ok.
> > + *'port' is the port number on which gluster management daemon (glusterd) is
>
> Missing space: * 'port'
> > + error_report("Usage: file=gluster://server:[port]/volname/image"
>
> server[:port]
Sharp eyes! Will fix.
> > +
> > + /*
> > + * TODO: Use GF_LOG_ERROR instead of hard code value of 4 here when
> > + * GlusterFS exports it in a header.
> > + */
> > + ret = glfs_set_logging(glfs, "-", 4);
>
> Are you submitting the GlusterFS patch to move
> gf_loglevel_t/GF_LOG_ERROR to the API headers?
I have already informed them about this. I will work with them to make sure
that GL_LOG_* definitions are available for the users of libgfapi.
Regards,
Bharata.
prev parent reply other threads:[~2012-08-08 15:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-07 7:59 [Qemu-devel] [PATCH v5 0/2] GlusterFS support in QEMU - v5 Bharata B Rao
2012-08-07 8:00 ` [Qemu-devel] [PATCH v5 1/2] qemu: Add a config option for GlusterFS as block backend Bharata B Rao
2012-08-07 20:15 ` Blue Swirl
2012-08-08 8:52 ` Bharata B Rao
2012-08-08 16:19 ` Anand Avati
2012-08-09 8:19 ` Bharata B Rao
2012-08-07 8:01 ` [Qemu-devel] [PATCH v5 2/2] block: Support GlusterFS as a QEMU " Bharata B Rao
2012-08-08 14:37 ` Stefan Hajnoczi
2012-08-08 15:08 ` Bharata B Rao [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120808150857.GB16508@in.ibm.com \
--to=bharata@linux.vnet.ibm.com \
--cc=aavati@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=amarts@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=kwolf@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
--cc=stefanha@linux.vnet.ibm.com \
--cc=vbellur@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).