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-devel

Re: [Xen-devel] Changelog, FreeBSD, images, and experiences

To: Matt Ayres <matta@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Changelog, FreeBSD, images, and experiences
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Fri, 14 Nov 2003 15:17:40 +0000
Cc: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Fri, 14 Nov 2003 15:18:23 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Fri, 14 Nov 2003 09:29:09 EST." <1068820148.15247.7.camel@xxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> I do have one technical question, has anyone used any other method of
> virtual disks besides the one included (ie. loopback files, LVM) ?
> Pardon me not trying this out first, i'm still building the Xen /
> XenoLinux images on my (slow) test box.

Currently, domain's virtual block devices can be backed by either
real 'raw' disk partitions, or by 'virtual disks' which are
files in a custom file system (not unlike VMware's VMFS).

There's currently no way to intercept block requests and redirect
them to another domain for inspection/execution, but this sort of
thing will obviously have to be considered by the team developing
the generic 'debug' interface. 

One option would be to have Xen turn block requests received on
certain virtual block device interfaces into fake network packets
that are delivered to a privileged domain. We could use the same
format for the packets as e.g. ENBD, and hence just run a
modified ENBD user-space server to do whatever intervention we
wanted. 

For most domains, I current use NFS to a server in domain0.

Ian



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>