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]Guestbootloadersupport [1/2]

To: "Jeremy Katz" <katzj@xxxxxxxxxx>
Subject: RE: Disk naming (Was Re: [Xen-devel] [PATCH]Guestbootloadersupport [1/2])
From: "Ian Pratt" <m+Ian.Pratt@xxxxxxxxxxxx>
Date: Fri, 15 Apr 2005 00:05:02 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 14 Apr 2005 23:04:52 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcVBPvMUlO0AAyU4R5yTXNDzo4JjnAABswdA
Thread-topic: Disk naming (Was Re: [Xen-devel] [PATCH]Guestbootloadersupport [1/2])
> On Thu, 2005-04-14 at 23:02 +0100, Ian Pratt wrote:
> > > http://www.lanana.org/docs/device-list/instructions.txt has the 
> > > instructions.  I can volunteer to send the information 
> upstream.  It 
> > > looks like using xd is already going to be a namespace 
> conflict with 
> > > the ooollldddd IDE devices, though.
> > > What if we go with vbd for the device names?  Then the 
> questions are
> > 
> > Is the fact that it's 3 chars rather than 2 going to cause problems?
> > vda1 ?
> 
> Nah, there's plenty that are longer.  Compaq SmartArray stuff 
> is /dev/cciss/c0d0p1 :)

Let's go with 'xvd' as this is what's used in the code already, e.g.
(from blkfront.c):

static struct xlbd_type_info xlbd_vbd_type = {
    .partn_shift = 4,
    .partn_per_major = 16,
    .devname = "xvd",
    .diskname = "xvd",
};

> I'll send off the request to lanana later this evening

Thanks,
Ian

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

<Prev in Thread] Current Thread [Next in Thread>
  • RE: Disk naming (Was Re: [Xen-devel] [PATCH]Guestbootloadersupport [1/2]), Ian Pratt <=