From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzSKJ-0002XE-SP for qemu-devel@nongnu.org; Thu, 09 Aug 2012 08:59:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SzSKI-0006JX-JW for qemu-devel@nongnu.org; Thu, 09 Aug 2012 08:58:59 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:39213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzSKF-0006HB-7U for qemu-devel@nongnu.org; Thu, 09 Aug 2012 08:58:58 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 9 Aug 2012 22:58:01 +1000 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q79CoEaY22282462 for ; Thu, 9 Aug 2012 22:50:14 +1000 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q79Cweu5011377 for ; Thu, 9 Aug 2012 22:58:40 +1000 Date: Thu, 9 Aug 2012 18:30:10 +0530 From: Bharata B Rao Message-ID: <20120809130010.GA7960@in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH v6 0/2] GlusterFS support in QEMU - v6 Reply-To: bharata@linux.vnet.ibm.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Anthony Liguori , Paolo Bonzini , Kevin Wolf Cc: Blue Swirl , Anand Avati , Amar Tumballi , Stefan Hajnoczi , Vijay Bellur Hi, This is the v6 of the patchset to support GlusterFS backend from QEMU. The changes include defining a default value for glusterfs feature in the configure script and a few minor cleanups suggested by Stefan. As I mentioned during a previous release, I have tested gluster backend with different gluster configurations like local, remote, distributed and replicated volumes. I believe that the patchset has undergone enough scrutiny now to be included in 1.2 release. Previous versions can be found here: v5 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg01023.html v4 - http://lists.nongnu.org/archive/html/qemu-devel/2012-08/msg00147.html v3 - http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg03322.html v2 - http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg02718.html v1 - http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg01745.html Regards, Bharata.