From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzvMl-00060P-De for qemu-devel@nongnu.org; Wed, 25 Jun 2014 18:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzvMd-0003UC-Dy for qemu-devel@nongnu.org; Wed, 25 Jun 2014 18:08:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzvMd-0003U6-5O for qemu-devel@nongnu.org; Wed, 25 Jun 2014 18:08:23 -0400 Message-ID: <53AB4853.5090701@redhat.com> Date: Wed, 25 Jun 2014 16:08:19 -0600 From: Eric Blake MIME-Version: 1.0 References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OGMnOL07O7bAm8eB3cS4CiSGuUdH9lKtI" Subject: Re: [Qemu-devel] [PATCH for 2.1 0/2] Fix commit of oversized layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeff Cody , qemu-devel@nongnu.org Cc: kwolf@redhat.com, benoit.canet@irqsave.net, famz@redhat.com, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OGMnOL07O7bAm8eB3cS4CiSGuUdH9lKtI Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/25/2014 02:55 PM, Jeff Cody wrote: > This fixes a regression in block-commit; if the top image is larger tha= n the > base image, we attempt to resize the base image. The regression is tha= t we > fail the image truncate operation, returning -EBUSY. >=20 > Jeff Cody (2): > block: check for RESIZE blocker in the QMP command, not > bdrv_truncate() > block: add qemu-iotest for resize base during live commit Series: Reviewed-by: Eric Blake >=20 > block.c | 4 +-- > blockdev.c | 5 +++ > tests/qemu-iotests/095 | 86 ++++++++++++++++++++++++++++++++++++++= ++++++++ > tests/qemu-iotests/095.out | 31 +++++++++++++++++ > tests/qemu-iotests/group | 1 + > 5 files changed, 124 insertions(+), 3 deletions(-) > create mode 100755 tests/qemu-iotests/095 > create mode 100644 tests/qemu-iotests/095.out >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --OGMnOL07O7bAm8eB3cS4CiSGuUdH9lKtI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTq0hTAAoJEKeha0olJ0NqyiYH/i86QdhIxircfvkr+eWJc6PX wV7k75gj7EoEJLPoRr5KmXesA3R4D479R70iDB1n9IUiWjW0UPLnLk7IeDWQzLUu GzZYSWFCbzRdzUiQNZfKoIGFTSBXD30caszNuG3kYTnslDnFwUTAbHDTl7EzmClU MAVUN9AUxUinV4krpca9xOMiosNBXXhU+lXiRlLexhjyVi6kimv59oOl4fq+UvtJ Igr+wrisumf7NgzfT+gnxl4kxUFDAxhmSAQqnCxKH8q5Zllv92RaeSwEaqN3FB/e +Xdw8U21Tbm+AM2ilyyI3TgbsHLm08OqG1uL7ssoSD55LIIzD0rITIdakc59uMo= =hSQ9 -----END PGP SIGNATURE----- --OGMnOL07O7bAm8eB3cS4CiSGuUdH9lKtI--