From: "Yang, Xiaowei" <xiaowei.yang@intel.com>
To: xen-devel@lists.xensource.com
Subject: Stubdom and blktap
Date: Sun, 28 Sep 2008 15:40:57 +0800 [thread overview]
Message-ID: <48DF3509.8010003@intel.com> (raw)
Recently we had a try of stubdom, whose general status is good.
One issue we found is with aio/sync blktap as backend, disk performance
is obviously slower, and there are some IDE kernel error messages (like
irq timeout) at boot time.
Another issue (not stubdom specific) comes from blktap's support for
QCOW image which is based on a backing file. We never tried this
configure before. The root cause is that in tdqcow_get_parent_id(), the
backing file is hard-coded to be QCOW type and tdqcow_validate_parent()
also presumes it, though the backing file is a raw image normally. With
the image type set correctly and a good method for image validation,
QCOW works.
Thanks,
Xiaowei
next reply other threads:[~2008-09-28 7:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-28 7:40 Yang, Xiaowei [this message]
2008-09-29 11:31 ` Stubdom and blktap Stefano Stabellini
2008-10-08 8:36 ` Yang, Xiaowei
2008-10-20 12:14 ` [PATCH] " Stefano Stabellini
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=48DF3509.8010003@intel.com \
--to=xiaowei.yang@intel.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.