WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Copy-on-write Disk Images

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Copy-on-write Disk Images
From: Eric Harney <eharney@xxxxxxxxx>
Date: Thu, 23 Aug 2007 09:56:34 -0400
Delivery-date: Thu, 30 Aug 2007 02:30:13 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=sw4rJGkLWPrvn9lzeX9e2+9Y8YBNQN+D8ffKCnenaL5dmhWEbcmYysSVQYVnxSscyH4+Mr09tgg2vF+DadVj1fYZlkyXzS+R3fwbTYf65zgDnFZhC5x4EFr85Z0sGOnuCRdHm0mdb/MmDgAnAOho4IhQoVvOncGCSt0e2vK0PlI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=aLwJH08bwq2WecnppzKgAbdUUW6+noe935vS1FMqk+nk5/wjJ+/n2mT5A7fVMb5LSSQFl93RblnY9KTXzWSsIvGS0LMhK8fs8Oh5IxjWZxqaFw2izm9v/dC6+MhU0/8VjlGwwCIe+m2ffznP033nRW3C9H8DjmyuE/3TIbPalqI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,
        
I am working on a project in which I would like to use copy-on-write VM
disk images in order to create "deltas" of a disk over a period of time.
        
For example, if I have a VM which uses /var/lib/xen/vm1/vm1.hda as its
disk image, can I attach a copy-on-write disk image which would record
changes in, /var/lib/xen/vm1/vm1-cow.hda rather than in the main disk
image file?
        
I've seen some of the projects listed on
http://wiki.xensource.com/xenwiki/COWHowTo but am not sure if something
like this is actually possible.
        
Has anyone ever configured copy-on-write images like this?  I'd be
interested in any notes/opinions people can provide about this kind of
configuration or any setup which provides similar results.
        
Thanks,
Eric



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Copy-on-write Disk Images, Eric Harney <=