From patchwork Fri Jun 3 08:49:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fam Zheng X-Patchwork-Id: 9152373 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C181F60751 for ; Fri, 3 Jun 2016 09:26:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AFB4E26490 for ; Fri, 3 Jun 2016 09:26:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A45C6282EE; Fri, 3 Jun 2016 09:26:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3DD6926490 for ; Fri, 3 Jun 2016 09:26:40 +0000 (UTC) Received: from localhost ([::1]:53634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8lNH-0007pd-09 for patchwork-qemu-devel@patchwork.kernel.org; Fri, 03 Jun 2016 05:26:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8koy-00087w-3N for qemu-devel@nongnu.org; Fri, 03 Jun 2016 04:51:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8kot-0002BG-7e for qemu-devel@nongnu.org; Fri, 03 Jun 2016 04:51:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8koi-00029s-P2; Fri, 03 Jun 2016 04:50:56 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 37C273D8; Fri, 3 Jun 2016 08:50:56 +0000 (UTC) Received: from ad.usersys.redhat.com (dhcp-15-133.nay.redhat.com [10.66.15.133]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u538nKY8023508; Fri, 3 Jun 2016 04:50:52 -0400 From: Fam Zheng To: qemu-devel@nongnu.org Date: Fri, 3 Jun 2016 16:49:16 +0800 Message-Id: <1464943756-14143-23-git-send-email-famz@redhat.com> In-Reply-To: <1464943756-14143-1-git-send-email-famz@redhat.com> References: <1464943756-14143-1-git-send-email-famz@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 03 Jun 2016 08:50:56 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v6 22/22] qemu-iotests: Add test case 153 for image locking X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kevin Wolf , qemu-block@nongnu.org, rjones@redhat.com, John Snow , Jeff Cody , Markus Armbruster , Max Reitz , stefanha@redhat.com, den@openvz.org, pbonzini@redhat.com Errors-To: qemu-devel-bounces+patchwork-qemu-devel=patchwork.kernel.org@nongnu.org Sender: "Qemu-devel" X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Fam Zheng Reviewed-by: Max Reitz --- tests/qemu-iotests/153 | 197 +++++++++++++++++++++ tests/qemu-iotests/153.out | 426 +++++++++++++++++++++++++++++++++++++++++++++ tests/qemu-iotests/group | 1 + 3 files changed, 624 insertions(+) create mode 100755 tests/qemu-iotests/153 create mode 100644 tests/qemu-iotests/153.out diff --git a/tests/qemu-iotests/153 b/tests/qemu-iotests/153 new file mode 100755 index 0000000..cbeda8e --- /dev/null +++ b/tests/qemu-iotests/153 @@ -0,0 +1,197 @@ +#!/bin/bash +# +# Test image locking +# +# Copyright (C) 2016 Red Hat, Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + +# creator +owner=famz@redhat.com + +seq="$(basename $0)" +echo "QA output created by $seq" + +here="$PWD" +tmp=/tmp/$$ +status=1 # failure is the default! + +_cleanup() +{ + _cleanup_test_img + rm -f "${TEST_IMG}.base" + rm -f "${TEST_IMG}.convert" + rm -f "${TEST_IMG}.a" + rm -f "${TEST_IMG}.b" + rm -f "${TEST_IMG}.lnk" +} +trap "_cleanup; exit \$status" 0 1 2 3 15 + +# get standard environment, filters and checks +. ./common.rc +. ./common.filter +. ./common.qemu + +_supported_fmt qcow2 +_supported_proto file +_supported_os Linux + +size=32M + +_run_cmd() +{ + echo + (echo "$@"; "$@" 2>&1 1>/dev/null) | _filter_testdir +} + +function _do_run_qemu() +{ + ( + if ! test -t 0; then + while read cmd; do + echo $cmd + done + fi + echo quit + ) | $QEMU -nographic -monitor stdio -serial none "$@" 1>/dev/null +} + +function _run_qemu_with_images() +{ + _do_run_qemu \ + $(for i in $@; do echo "-drive if=none,file=$i"; done) 2>&1 \ + | _filter_testdir | _filter_qemu +} + +for opts1 in "" "readonly=on" "lock-mode=off" "lock-mode=shared"; do + echo + echo "== Creating base image ==" + TEST_IMG="${TEST_IMG}.base" _make_test_img $size + + echo + echo "== Creating test image ==" + $QEMU_IMG create -f $IMGFMT "${TEST_IMG}" -b ${TEST_IMG}.base | _filter_img_create + + echo + echo "== Launching QEMU $opts1 ==" + _launch_qemu -drive file="${TEST_IMG}",if=none,$opts1 + h=$QEMU_HANDLE + + for opts2 in "" "lock-mode=exclusive" "lock-mode=shared" \ + "lock-mode=off" "lock-mode=exclusive,readonly=on"; do + echo + echo "== Launching another QEMU $opts2 ==" + echo "quit" | \ + $QEMU -nographic -monitor stdio \ + -drive file="${TEST_IMG}",if=none,$opts2 2>&1 1>/dev/null | \ + _filter_testdir | _filter_qemu + done + + for L in "" "-L"; do + + echo + echo "== Running utility commands $(test -n "$L" && echo "(lock disabled)") ==" + _run_cmd $QEMU_IO $L -c "read 0 512" "${TEST_IMG}" + _run_cmd $QEMU_IO $L -r -c "read 0 512" "${TEST_IMG}" + _run_cmd $QEMU_IMG info $L "${TEST_IMG}" + _run_cmd $QEMU_IMG check $L "${TEST_IMG}" + _run_cmd $QEMU_IMG compare $L "${TEST_IMG}" "${TEST_IMG}" + _run_cmd $QEMU_IMG map $L "${TEST_IMG}" + _run_cmd $QEMU_IMG amend -o "" $L "${TEST_IMG}" + _run_cmd $QEMU_IMG commit $L "${TEST_IMG}" + _run_cmd $QEMU_IMG resize $L "${TEST_IMG}" $size + _run_cmd $QEMU_IMG rebase $L "${TEST_IMG}" -b "${TEST_IMG}.base" + _run_cmd $QEMU_IMG snapshot -l $L "${TEST_IMG}" + _run_cmd $QEMU_IMG convert $L "${TEST_IMG}" "${TEST_IMG}.convert" + done + _send_qemu_cmd $h "{ 'execute': 'quit', }" "" + echo + echo "Round done" + _cleanup_qemu +done + +function _enum_opts() +{ + echo lock-mode={shared,exclusive,off},readonly={on,off} +} + +for opt1 in $(_enum_opts); do + for opt2 in $(_enum_opts); do + echo + echo "== Two devices with the same image ($opt1 - $opt2) ==" + _run_qemu_with_images "${TEST_IMG},$opt1" "${TEST_IMG},$opt2" + done +done + +( + $QEMU_IMG create -f qcow2 "${TEST_IMG}.a" -b "${TEST_IMG}" + $QEMU_IMG create -f qcow2 "${TEST_IMG}.b" -b "${TEST_IMG}" + $QEMU_IMG create -f qcow2 "${TEST_IMG}.c" -b "${TEST_IMG}.b" +) | _filter_img_create + +echo +echo "== Two devices sharing the same file in backing chain ==" +_run_qemu_with_images "${TEST_IMG}.a" "${TEST_IMG}.b" +_run_qemu_with_images "${TEST_IMG}.a" "${TEST_IMG}.c" + +echo +echo "== Backing image also as an active device ==" +_run_qemu_with_images "${TEST_IMG}.a" "${TEST_IMG}" + +echo +echo "== Backing image also as an active device (ro) ==" +_run_qemu_with_images "${TEST_IMG}.a" "${TEST_IMG},readonly=on" + +echo +echo "== Backing image also as an active device (shared) ==" +_run_qemu_with_images "${TEST_IMG}.a" "${TEST_IMG},lock-mode=shared" + +echo +echo "== Symbolic link ==" +rm -f "${TEST_IMG}.lnk" &>/dev/null +ln -s ${TEST_IMG} "${TEST_IMG}.lnk" || echo "Failed to create link" +_run_qemu_with_images "${TEST_IMG}.lnk" "${TEST_IMG}" + +echo +echo "== Test that close one BDS doesn't unlock others ==" +_launch_qemu -drive file="${TEST_IMG}",if=none,id=d0 + +_send_qemu_cmd $QEMU_HANDLE \ + "{ 'execute': 'qmp_capabilities' }" \ + 'return' + +_send_qemu_cmd $QEMU_HANDLE \ + "{ 'execute': 'human-monitor-command', + 'arguments': { 'command-line': 'drive_add 0 if=none,id=d1,file=${TEST_IMG}' } }" \ + "Failed to lock image" + +_send_qemu_cmd $QEMU_HANDLE \ + "{ 'execute': 'human-monitor-command', + 'arguments': { 'command-line': 'drive_add 0 if=none,id=d1,file=${TEST_IMG},lock-mode=off' } }" \ + "OK" + +_send_qemu_cmd $QEMU_HANDLE \ + "{ 'execute': 'human-monitor-command', + 'arguments': { 'command-line': 'drive_del d1' } }" \ + "" + +_run_cmd $QEMU_IMG info "${TEST_IMG}" + +_cleanup_qemu + +# success, all done +echo "*** done" +rm -f $seq.full +status=0 diff --git a/tests/qemu-iotests/153.out b/tests/qemu-iotests/153.out new file mode 100644 index 0000000..991f84c --- /dev/null +++ b/tests/qemu-iotests/153.out @@ -0,0 +1,426 @@ +QA output created by 153 + +== Creating base image == +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432 + +== Creating test image == +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base + +== Launching QEMU == + +== Launching another QEMU == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,: Failed to lock image + +== Launching another QEMU lock-mode=exclusive == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,lock-mode=exclusive: Failed to lock image + +== Launching another QEMU lock-mode=shared == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,lock-mode=shared: Failed to lock image + +== Launching another QEMU lock-mode=off == + +== Launching another QEMU lock-mode=exclusive,readonly=on == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,lock-mode=exclusive,readonly=on: Failed to lock image + +== Running utility commands == + +_qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2 +can't open device TEST_DIR/t.qcow2: Failed to lock image +no file open, try 'help open' + +_qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2 +can't open device TEST_DIR/t.qcow2: Failed to lock image +no file open, try 'help open' + +_qemu_img_wrapper info TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper check TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper compare TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper map TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper amend -o TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper commit TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper resize TEST_DIR/t.qcow2 32M +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper rebase TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper snapshot -l TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +== Running utility commands (lock disabled) == + +_qemu_io_wrapper -L -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_io_wrapper -L -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper check -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper commit -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper resize -L TEST_DIR/t.qcow2 32M + +_qemu_img_wrapper rebase -L TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base + +_qemu_img_wrapper snapshot -l -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +Round done + +== Creating base image == +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432 + +== Creating test image == +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base + +== Launching QEMU readonly=on == + +== Launching another QEMU == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,: Failed to lock image + +== Launching another QEMU lock-mode=exclusive == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,lock-mode=exclusive: Failed to lock image + +== Launching another QEMU lock-mode=shared == + +== Launching another QEMU lock-mode=off == + +== Launching another QEMU lock-mode=exclusive,readonly=on == + +== Running utility commands == + +_qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2 +can't open device TEST_DIR/t.qcow2: Failed to lock image +no file open, try 'help open' + +_qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info TEST_DIR/t.qcow2 + +_qemu_img_wrapper check TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper commit TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper resize TEST_DIR/t.qcow2 32M +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper rebase TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper snapshot -l TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +== Running utility commands (lock disabled) == + +_qemu_io_wrapper -L -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_io_wrapper -L -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper check -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper commit -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper resize -L TEST_DIR/t.qcow2 32M + +_qemu_img_wrapper rebase -L TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base + +_qemu_img_wrapper snapshot -l -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +Round done + +== Creating base image == +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432 + +== Creating test image == +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base + +== Launching QEMU lock-mode=off == + +== Launching another QEMU == + +== Launching another QEMU lock-mode=exclusive == + +== Launching another QEMU lock-mode=shared == + +== Launching another QEMU lock-mode=off == + +== Launching another QEMU lock-mode=exclusive,readonly=on == + +== Running utility commands == + +_qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info TEST_DIR/t.qcow2 + +_qemu_img_wrapper check TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o TEST_DIR/t.qcow2 + +_qemu_img_wrapper commit TEST_DIR/t.qcow2 + +_qemu_img_wrapper resize TEST_DIR/t.qcow2 32M + +_qemu_img_wrapper rebase TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base + +_qemu_img_wrapper snapshot -l TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +== Running utility commands (lock disabled) == + +_qemu_io_wrapper -L -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_io_wrapper -L -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper check -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper commit -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper resize -L TEST_DIR/t.qcow2 32M + +_qemu_img_wrapper rebase -L TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base + +_qemu_img_wrapper snapshot -l -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +Round done + +== Creating base image == +Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432 + +== Creating test image == +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base + +== Launching QEMU lock-mode=shared == + +== Launching another QEMU == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,: Failed to lock image + +== Launching another QEMU lock-mode=exclusive == +QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=none,lock-mode=exclusive: Failed to lock image + +== Launching another QEMU lock-mode=shared == + +== Launching another QEMU lock-mode=off == + +== Launching another QEMU lock-mode=exclusive,readonly=on == + +== Running utility commands == + +_qemu_io_wrapper -c read 0 512 TEST_DIR/t.qcow2 +can't open device TEST_DIR/t.qcow2: Failed to lock image +no file open, try 'help open' + +_qemu_io_wrapper -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info TEST_DIR/t.qcow2 + +_qemu_img_wrapper check TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper commit TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper resize TEST_DIR/t.qcow2 32M +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper rebase TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image + +_qemu_img_wrapper snapshot -l TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +== Running utility commands (lock disabled) == + +_qemu_io_wrapper -L -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_io_wrapper -L -r -c read 0 512 TEST_DIR/t.qcow2 + +_qemu_img_wrapper info -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper check -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper compare -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2 + +_qemu_img_wrapper map -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper amend -o -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper commit -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper resize -L TEST_DIR/t.qcow2 32M + +_qemu_img_wrapper rebase -L TEST_DIR/t.qcow2 -b TEST_DIR/t.qcow2.base + +_qemu_img_wrapper snapshot -l -L TEST_DIR/t.qcow2 + +_qemu_img_wrapper convert -L TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.convert + +Round done + +== Two devices with the same image (lock-mode=shared,readonly=on - lock-mode=shared,readonly=on) == + +== Two devices with the same image (lock-mode=shared,readonly=on - lock-mode=shared,readonly=off) == + +== Two devices with the same image (lock-mode=shared,readonly=on - lock-mode=exclusive,readonly=on) == + +== Two devices with the same image (lock-mode=shared,readonly=on - lock-mode=exclusive,readonly=off) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=exclusive,readonly=off: Failed to lock image + +== Two devices with the same image (lock-mode=shared,readonly=on - lock-mode=off,readonly=on) == + +== Two devices with the same image (lock-mode=shared,readonly=on - lock-mode=off,readonly=off) == + +== Two devices with the same image (lock-mode=shared,readonly=off - lock-mode=shared,readonly=on) == + +== Two devices with the same image (lock-mode=shared,readonly=off - lock-mode=shared,readonly=off) == + +== Two devices with the same image (lock-mode=shared,readonly=off - lock-mode=exclusive,readonly=on) == + +== Two devices with the same image (lock-mode=shared,readonly=off - lock-mode=exclusive,readonly=off) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=exclusive,readonly=off: Failed to lock image + +== Two devices with the same image (lock-mode=shared,readonly=off - lock-mode=off,readonly=on) == + +== Two devices with the same image (lock-mode=shared,readonly=off - lock-mode=off,readonly=off) == + +== Two devices with the same image (lock-mode=exclusive,readonly=on - lock-mode=shared,readonly=on) == + +== Two devices with the same image (lock-mode=exclusive,readonly=on - lock-mode=shared,readonly=off) == + +== Two devices with the same image (lock-mode=exclusive,readonly=on - lock-mode=exclusive,readonly=on) == + +== Two devices with the same image (lock-mode=exclusive,readonly=on - lock-mode=exclusive,readonly=off) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=exclusive,readonly=off: Failed to lock image + +== Two devices with the same image (lock-mode=exclusive,readonly=on - lock-mode=off,readonly=on) == + +== Two devices with the same image (lock-mode=exclusive,readonly=on - lock-mode=off,readonly=off) == + +== Two devices with the same image (lock-mode=exclusive,readonly=off - lock-mode=shared,readonly=on) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=shared,readonly=on: Failed to lock image + +== Two devices with the same image (lock-mode=exclusive,readonly=off - lock-mode=shared,readonly=off) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=shared,readonly=off: Failed to lock image + +== Two devices with the same image (lock-mode=exclusive,readonly=off - lock-mode=exclusive,readonly=on) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=exclusive,readonly=on: Failed to lock image + +== Two devices with the same image (lock-mode=exclusive,readonly=off - lock-mode=exclusive,readonly=off) == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2,lock-mode=exclusive,readonly=off: Failed to lock image + +== Two devices with the same image (lock-mode=exclusive,readonly=off - lock-mode=off,readonly=on) == + +== Two devices with the same image (lock-mode=exclusive,readonly=off - lock-mode=off,readonly=off) == + +== Two devices with the same image (lock-mode=off,readonly=on - lock-mode=shared,readonly=on) == + +== Two devices with the same image (lock-mode=off,readonly=on - lock-mode=shared,readonly=off) == + +== Two devices with the same image (lock-mode=off,readonly=on - lock-mode=exclusive,readonly=on) == + +== Two devices with the same image (lock-mode=off,readonly=on - lock-mode=exclusive,readonly=off) == + +== Two devices with the same image (lock-mode=off,readonly=on - lock-mode=off,readonly=on) == + +== Two devices with the same image (lock-mode=off,readonly=on - lock-mode=off,readonly=off) == + +== Two devices with the same image (lock-mode=off,readonly=off - lock-mode=shared,readonly=on) == + +== Two devices with the same image (lock-mode=off,readonly=off - lock-mode=shared,readonly=off) == + +== Two devices with the same image (lock-mode=off,readonly=off - lock-mode=exclusive,readonly=on) == + +== Two devices with the same image (lock-mode=off,readonly=off - lock-mode=exclusive,readonly=off) == + +== Two devices with the same image (lock-mode=off,readonly=off - lock-mode=off,readonly=on) == + +== Two devices with the same image (lock-mode=off,readonly=off - lock-mode=off,readonly=off) == +Formatting 'TEST_DIR/t.IMGFMT.a', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT +Formatting 'TEST_DIR/t.IMGFMT.b', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT +Formatting 'TEST_DIR/t.IMGFMT.c', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.b + +== Two devices sharing the same file in backing chain == + +== Backing image also as an active device == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2: Failed to lock image + +== Backing image also as an active device (ro) == + +== Backing image also as an active device (shared) == + +== Symbolic link == +QEMU_PROG: -drive if=none,file=TEST_DIR/t.qcow2: Failed to lock image + +== Test that close one BDS doesn't unlock others == +{"return": {}} +{"return": "Failed to lock imagern"} +{"return": "OKrn"} + +_qemu_img_wrapper info TEST_DIR/t.qcow2 +qemu-img: Could not open 'TEST_DIR/t.qcow2': Failed to lock image +*** done diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index ab1d76e..2b35ce5 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -153,4 +153,5 @@ 149 rw auto sudo 150 rw auto quick 152 rw auto quick +153 rw auto quick 154 rw auto backing quick