From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhGJS-0006QQ-41 for qemu-devel@nongnu.org; Tue, 28 May 2013 05:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UhGJH-0008Ke-7f for qemu-devel@nongnu.org; Tue, 28 May 2013 05:35:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34165) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UhGJH-0008KV-0P for qemu-devel@nongnu.org; Tue, 28 May 2013 05:35:15 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4S9ZEmP007385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 28 May 2013 05:35:14 -0400 Date: Tue, 28 May 2013 17:35:10 +0800 From: Fam Zheng Message-ID: <20130528093510.GA21630@localhost.nay.redhat.com> References: <1369732791-14736-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369732791-14736-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: fix 054 cluster size help output List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Kevin Wolf , qemu-devel@nongnu.org On Tue, 05/28 11:19, Stefan Hajnoczi wrote: > Commit f3f4d2c09b9cf46903ba38425ec46c44185162bd added a hint to increase > the cluster size when a large image cannot be created. Test 054 now has > outdated output and fails because the golden output does not match. > > This patch updates the 054 golden output. > > Signed-off-by: Stefan Hajnoczi > --- > tests/qemu-iotests/054.out | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/qemu-iotests/054.out b/tests/qemu-iotests/054.out > index 0b2fe30..2f357c2 100644 > --- a/tests/qemu-iotests/054.out > +++ b/tests/qemu-iotests/054.out > @@ -1,7 +1,7 @@ > QA output created by 054 > > creating too large image (1 EB) > -qemu-img: The image size is too large for file format 'qcow2' > +qemu-img: The image size is too large for file format 'qcow2' (try using a larger cluster size) > Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1152921504606846976 > > creating too large image (1 EB) using qcow2.py > -- > 1.8.1.4 > > Reviewed-by: Fam Zheng