From: Julian Chesterfield <julian@xensource.com>
To: Marcel Ritter <Marcel.Ritter@rrze.uni-erlangen.de>
Cc: markryde@gmail.com, xen-devel@lists.xensource.com, "Rendon,
Curtis" <Curtis.Rendon@amd.com>
Subject: Re: COW in Xen
Date: Tue, 06 Mar 2007 10:18:06 +0000 [thread overview]
Message-ID: <45ED3FDE.7070207@xensource.com> (raw)
In-Reply-To: <45ED3A37.5010604@rrze.uni-erlangen.de>
Marcel Ritter wrote:
>Rendon, Curtis schrieb:
>
>
>>Hello,
>>
>>I had posted this question in Xen-user mailing list three
>>days ago and I did not
>>get a single answer. On a second thought, maybe xen-devel is more
>>appropriate so
>>I am trying again in the hope that I will receive an answer:
>>
>>Does anybody have an experience (good or bad) with using
>>COW (Copy-On-Write) storage in Xen ?
>>
>>
>>I've been using qcow images generated by qemu-img for Linux and
>>MSWIndows HVM guests, and I've been getting good results. The image
>>files are much smaller that the equivalently sized raw images.
>>
>>I simply create them (via gemi-img create -f qcom 10G) and use the
>>disk=['file:...'] line in my guest configuration files.
>>
>>
>>
>If I got Mark right, it's not the image type qcow itself, he's
>interested in,
>but the COW (Copy-on-write) feature. Some time ago I tried to get
>COW working with qcow images, without success. So I guess the name
>is missleading, and (in Xen) there's no COW based on qcow.
>
>
Not true. CoW functionality is supported in the current blktap driver.
If you create a qcow disk on the host using qcow-create with a backing
filename argument (can be either a raw image or block device) the driver
opens the backing file for reading-only and directs all writes to the
qcow child image.
- Julian
next prev parent reply other threads:[~2007-03-06 10:18 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1HOJ6k-0004Jk-8f@host-192-168-0-1-bcn-london>
2007-03-05 19:53 ` COW in Xen Rendon, Curtis
2007-03-06 9:53 ` Marcel Ritter
2007-03-06 10:08 ` Ian Pratt
2007-03-06 11:23 ` Mark Ryden
2007-03-06 10:18 ` Julian Chesterfield [this message]
2007-03-05 18:41 Mark Ryden
2007-03-21 4:24 ` Mark Williamson
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=45ED3FDE.7070207@xensource.com \
--to=julian@xensource.com \
--cc=Curtis.Rendon@amd.com \
--cc=Marcel.Ritter@rrze.uni-erlangen.de \
--cc=markryde@gmail.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.