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] Xen & Automated Disk Management for Domains

To: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Xen & Automated Disk Management for Domains
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Sat, 07 Aug 2004 14:11:39 +0100
Cc: =?iso-8859-1?Q? Bj=F6rn=20Sessler ?= <bjoern.sessler@xxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Sat, 07 Aug 2004 14:13:26 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Sat, 07 Aug 2004 13:38:27 BST." <20040807123827.GO19796@xxxxxxxxxxxx>
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
> On Sat, Aug 07, 2004 at 01:33:12PM +0200, =?iso-8859-1?Q? Bj=F6rn=20Sessler 
> ?= wrote:
> > 
> > disk = [ 'phy:hdb5,hdb5,w' , 'phy:hda6,hda6,w' , 
> > 'phy:/dev/vg0/rootvm101,hdx1,w' ]
> > before:
> > disk = [ 'phy:hdb5,hdb5,w' , 'phy:hda6,hda6,w' ]
> 
> There's a couple of things wrong with that entry:
> - the destination device has to have a /dev/ entry in the
> domain where you run xend (i.e. /dev/hdx1 would have to exist in
> dom0's filesystem).

At some point (probably post 2.0) we need to modify the vbd
interface so that both the backend and frontend drivers get
passed device _names_ rather than numbers, that they each resolve
in their own context (within the kernel).

The current situation where xend looks up both device names and
passes 32bit device numbers is not ideal, particularly when
booting a non-Linux OS. (Christian pointed this out many months
ago while doing the NetBSD port, but we haven't gotten around to
fixing it).

> - like with all devices, xend will prepend /dev/ to the device name.

xend appends /dev/ if it's not already there, but it should be
safe to leave it on.
 
> For completeness, let me also mention that the destination
> device has to be a hd or sd with an existing major number in
> the domain where the device will be used.
> (in 2.4, cciss might work as well ans here might be support for it to
> be an xbd but that can go away anytime...).

It's somewhat bizarre that the cciss driver uses its own
major/minor rather that the normal scsi disk ones. I'm surprised
they were allowed to...

Ian


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel