From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0V7s-0001Dx-5Y for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:19:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0V7m-0000yJ-0n for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:19:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39282) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0V7l-0000xO-PG for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:19:25 -0400 Date: Fri, 27 Jun 2014 14:19:20 +0200 From: Kevin Wolf Message-ID: <20140627121920.GE5223@noname.redhat.com> References: <1402912857-10509-1-git-send-email-benoit.canet@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1402912857-10509-1-git-send-email-benoit.canet@irqsave.net> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v10 0/4] Quorum maintainance operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-1?Q?Beno=EEt?= Canet Cc: qemu-devel@nongnu.org, stefanha@redhat.com, mreitz@redhat.com Am 16.06.2014 um 12:00 hat Beno=EEt Canet geschrieben: > in v10: > address max comments >=20 > Beno=EEt Canet (4): > quorum: Add the rewrite-corrupted parameter to quorum > block: Add node-name argument to drive-mirror > block: Add replaces argument to drive-mirror > qemu-iotests: Add TestRepairQuorum to 041 to test drive-mirror > node-name mode. Thanks, applied patches 1 and 2. There are still some open points for the node replacement in mirroring. Kevin