Am 18.10.2018 um 10:59 hat Alberto Garcia geschrieben: > This patch tests that you can add and remove drives from a Quorum > using the x-blockdev-change command. > > Signed-off-by: Alberto Garcia <be...@igalia.com>
> --- a/tests/qemu-iotests/081 > +++ b/tests/qemu-iotests/081 > @@ -198,6 +198,92 @@ quorum="$quorum,file.children.2.driver=raw" > > $QEMU_IO -c "open -o $quorum" | _filter_qemu_io > > +echo > +echo "== dinamically adding a child to a quorum ==" s/dinamically/dynamically/ (and in three more instances) Thanks, fixed the typo and applied the series to the block branch. Kevin