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: Disk naming (Was Re: [Xen-devel] [PATCH] Guest boot loadersupport [1

> > Does that answer your question or am I still off target?
>
> It does.  So, it's the blkback in dom0 that requires a device node.

Yup, that's why we have to go through the gyrations with the block scripts in 
order to make things look nice at the user level.

> How 
> about it the blkback were extended to support files in filesystems?

Right now, all the backend needs to know about is what block device to plumb 
requests through to.  I don't really think there's a nice way to make it 
aware of files within filesystems without effectively reimplementing the 
loopback driver.

From what I've heard the loop driver itself could use a bit of work to make it 
really useful: it comes at a performance / memory usage hit :-(.  We 
recommend using LVM for any really serious environments for this reason.

An alternative architecture would be to have a userspace daemon for file 
backed VBDs, using the blktap framework (unstable tree only).  I'm not sure 
if this would work any better than the current way of doing files, tho...

Cheers,
Mark

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

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