qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw
@ 2011-05-27 10:45 Feiran Zheng
  2011-05-27 10:47 ` Christoph Hellwig
  0 siblings, 1 reply; 7+ messages in thread
From: Feiran Zheng @ 2011-05-27 10:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: hch

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 <famcool@gmail.com>
---
 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 @@ _supported_proto generic
 _supported_os Linux

 # vpc is limited to 127GB, so we can't test it here
-if [ "$IMGFMT" = "vpc" ]; then
+if [ "$IMGFMT" = "vpc" ] || [ "$IMGFMT" = "raw" ]; then
     _notrun "image format $IMGFMT does not support large image sizes"
 fi

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-05-28 14:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-27 10:45 [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw Feiran Zheng
2011-05-27 10:47 ` Christoph Hellwig
2011-05-27 10:48   ` Feiran Zheng
2011-05-27 10:58     ` Christoph Hellwig
2011-05-28  4:51       ` Fam Zheng
2011-05-28  7:50         ` Christoph Hellwig
2011-05-28 14:35           ` Fam Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).