From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gD49c-00010s-0x for qemu-devel@nongnu.org; Thu, 18 Oct 2018 04:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gD49Y-0008Ea-Kt for qemu-devel@nongnu.org; Thu, 18 Oct 2018 04:59:39 -0400 From: Alberto Garcia Date: Thu, 18 Oct 2018 11:59:02 +0300 Message-Id: Subject: [Qemu-devel] [PATCH 0/2] Forbid adding children to a Quorum in blkverify mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alberto Garcia , qemu-block@nongnu.org, Kevin Wolf , Max Reitz Hi, as pointed out by Kevin, the Quorum driver should not allow adding new children when running in blkverify mode. This series fixes that and also adds a couple of basic iotests for the x-blockdev-change QMP command. Berto Alberto Garcia (2): quorum: Forbid adding children in blkverify mode iotest: Test x-blockdev-change on a Quorum block/quorum.c | 8 +++++ tests/qemu-iotests/081 | 86 ++++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/081.out | 54 +++++++++++++++++++++++++++++ 3 files changed, 148 insertions(+) -- 2.11.0