mbox series

[0/2] Forbid adding children to a Quorum in blkverify mode

Message ID cover.1539852875.git.berto@igalia.com (mailing list archive)
Headers show
Series Forbid adding children to a Quorum in blkverify mode | expand

Message

Alberto Garcia Oct. 18, 2018, 8:59 a.m. UTC
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(+)