mbox series

[0/3] Misc Quorum fixes

Message ID cover.1539786605.git.berto@igalia.com
Headers show
Series Misc Quorum fixes | expand

Message

Alberto Garcia Oct. 17, 2018, 2:33 p.m. UTC
Hi,

Here's a couple of small fixes for the Quorum driver plus new test
cases. See the individual patches for details.

Regards,

Berto

Alberto Garcia (3):
  quorum: Remove quorum_err()
  quorum: Return an error if the blkverify mode has invalid settings
  iotest: Test the blkverify mode of the Quorum driver

 block/quorum.c             | 37 +++++++++++--------------------------
 tests/qemu-iotests/081     | 30 ++++++++++++++++++++++++++++++
 tests/qemu-iotests/081.out | 16 ++++++++++++++++
 3 files changed, 57 insertions(+), 26 deletions(-)

Comments

Kevin Wolf Oct. 17, 2018, 3:33 p.m. UTC | #1
Am 17.10.2018 um 16:33 hat Alberto Garcia geschrieben:
> Hi,
> 
> Here's a couple of small fixes for the Quorum driver plus new test
> cases. See the individual patches for details.

Thanks, applied to the block branch.

Kevin