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

RE: [Xen-users] Installing a domU on NFS

To: "Dominik Klein" <dk@xxxxxxxxxxxxxxxx>, xen-users@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-users] Installing a domU on NFS
From: "Petersson, Mats" <Mats.Petersson@xxxxxxx>
Date: Thu, 8 Mar 2007 15:07:20 +0100
Delivery-date: Thu, 08 Mar 2007 06:06:43 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <45F01540.4010705@xxxxxxxxxxxxxxxx>
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
Thread-index: AcdhiS7fYBH01gCtRyqvD3ZUmY0bSgAAabDQ
Thread-topic: [Xen-users] Installing a domU on NFS
 

> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx 
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Dominik Klein
> Sent: 08 March 2007 13:53
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [Xen-users] Installing a domU on NFS
> 
> >>> root = '/dev/nfs'
> >>> nfs_server = '10.2.50.21'
> >>> nfs_root = '/xenvm1'
> >> Am I right that my kernel needs CONFIG_ROOT_NFS in order for 
> >> this to work?
> > 
> > I should think this is necessary. 
> >>> memory = 512
> >>> vcpus = 1
> >>> builder = 'linux'
> >>> name = 'x-dktest'
> >>> vif = [ 'bridge=xenbr0, ip=10.2.50.41' ]
> >> Am I right that my kernel needs CONFIG_IP_PNP in order for 
> >> this to work?
> > 
> > Not quite sure about the necessity of this, but possibly. 
> 
> So my new kernel has these options but domU still says the exact same 
> thing (yes, I did copy the new modules into the lib dir on 
> the nfs root).

You probably need those modules in the initrd, because until you have
connection to your NFS volume, you can't really use any of it's content,
so you have a "chicken and egg problem" - which is solved by either
compiling them in as built-in's to the kernel, or by using an initrd
that contains the necessary modules to get past the initial boot point. 

--
Mats
> 
> Any ideas?
> 
> Regards
> Dominik
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 
> 



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