From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUJ93-0006nu-IK for Qemu-devel@nongnu.org; Wed, 08 Jun 2011 09:50:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUJ91-0000xB-5e for Qemu-devel@nongnu.org; Wed, 08 Jun 2011 09:50:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37305) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUJ90-0000x3-Ct for Qemu-devel@nongnu.org; Wed, 08 Jun 2011 09:50:02 -0400 Message-ID: <4DEF7EB4.9070602@redhat.com> Date: Wed, 08 Jun 2011 15:52:52 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <4DEF7633.8050003@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] vmdk fails qemu-iotest 019 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Qemu-devel@nongnu.org Am 08.06.2011 15:29, schrieb Fam Zheng: > Yes I noticed the failure, but it's trivial mismatch between `qemu-img > create` output. The old test case has "cluster_size=65536" but I find > the latest qemu-img omits this info, as the diff: > > -Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 cluster_size=65536 > +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=6442450944 > > Is this your case too? No, I get real errors, pattern mismatches: [ Before this, there are some successful writes ] Testing conversion with -B TEST_DIR/t.IMGFMT.base Checking if backing clusters are allocated when they shouldn't qemu-io> 0/128 sectors allocated at offset 1 MiB qemu-io> qemu-io> 0/128 sectors allocated at offset 4.001 GiB qemu-io> Reading === IO: pattern 42 qemu-io> Pattern verification failed at offset 0, 512 bytes read 512/512 bytes at offset 0 512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) qemu-io> Pattern verification failed at offset 1024, 512 bytes read 512/512 bytes at offset 1024 512.000000 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) qemu-io> Pattern verification failed at offset 2048, 512 bytes [ More pattern verification errors follow ]