Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-28 Thread Fam Zheng
I get it. I have ext3 so I can only have 2TB file. Thank you. On Sat, May 28, 2011 at 3:50 PM, Christoph Hellwig wrote: > On Sat, May 28, 2011 at 12:51:04PM +0800, Fam Zheng wrote: >> But it says I can't create a 5000G raw image, this is the output of >> `./check 005` (with qemu-img version 0.14.

Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-28 Thread Christoph Hellwig
On Sat, May 28, 2011 at 12:51:04PM +0800, Fam Zheng wrote: > But it says I can't create a 5000G raw image, this is the output of > `./check 005` (with qemu-img version 0.14.50) Somewhat confusingly qemu-img converts any EFBIG return to this message. For some reason you have a really crappy filesy

Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-27 Thread Fam Zheng
But it says I can't create a 5000G raw image, this is the output of `./check 005` (with qemu-img version 0.14.50) IMGFMT-- raw IMGPROTO -- file PLATFORM -- Linux/i686 localhost 2.6.37-ARCH 005 - output mismatch (see 005.out.bad) --- 005.out 2011-05-28 11:30:51.0

Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-27 Thread Christoph Hellwig
On Fri, May 27, 2011 at 06:48:49PM +0800, Feiran Zheng wrote: > Does this mean one must have that large fs space? No.

Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-27 Thread Feiran Zheng
Does this mean one must have that large fs space? On Fri, May 27, 2011 at 6:47 PM, Christoph Hellwig wrote: > On Fri, May 27, 2011 at 06:45:03PM +0800, Feiran Zheng wrote: >> Patch on qemu-iotest. >> >> 005, test of creating 5TB images, not practical on raw format, so not run on >> it. > > It's

Re: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-27 Thread Christoph Hellwig
On Fri, May 27, 2011 at 06:45:03PM +0800, Feiran Zheng wrote: > Patch on qemu-iotest. > > 005, test of creating 5TB images, not practical on raw format, so not run on > it. It's perfectly fine on raw, just try it.

[Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw

2011-05-27 Thread Feiran Zheng
Patch on qemu-iotest. 005, test of creating 5TB images, not practical on raw format, so not run on it. Signed-off-by: Fam Zheng --- 005 |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/005 b/005 index 74537db..e086b6f 100755 --- a/005 +++ b/005 @@ -46,7 +46,7 @@ _suppor