qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Feiran Zheng <famcool@gmail.com>
To: qemu-devel@nongnu.org
Cc: hch@lst.de
Subject: [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw
Date: Fri, 27 May 2011 18:45:03 +0800	[thread overview]
Message-ID: <BANLkTi=dbwGOBCy2YtOx-bZ5V+R1Y5msPg@mail.gmail.com> (raw)

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

             reply	other threads:[~2011-05-27 10:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-27 10:45 Feiran Zheng [this message]
2011-05-27 10:47 ` [Qemu-devel] [PATCH] qemu-iotest: test 005, don't run on raw 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='BANLkTi=dbwGOBCy2YtOx-bZ5V+R1Y5msPg@mail.gmail.com' \
    --to=famcool@gmail.com \
    --cc=hch@lst.de \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).