From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zr0l7-0005aW-8d for qemu-devel@nongnu.org; Tue, 27 Oct 2015 05:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zr0l6-0000f7-7l for qemu-devel@nongnu.org; Tue, 27 Oct 2015 05:41:37 -0400 Date: Tue, 27 Oct 2015 10:41:29 +0100 From: Kevin Wolf Message-ID: <20151027094129.GB4065@noname.str.redhat.com> References: <1445280546-26226-1-git-send-email-mreitz@redhat.com> <1445280546-26226-7-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1445280546-26226-7-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v5 6/6] iotests: Test changed Quorum filename List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 19.10.2015 um 20:49 hat Max Reitz geschrieben: > After drive-mirror replacing a Quorum child, the filename of the Quorum > BDS should reflect the change. This patch replaces the existing test for > whether the operation did actually exchange the BDS (which simply tested > whether the new BDS existed) by a test which examines the children list > contained in the Quorum BDS's filename as returned by query-block. > > As a nice side effect of confirming that the new BDS actually belongs to > the Quorum BDS, this checks whether the filename was properly updated. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf