Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] domU on aoe troubles (saved by losetup?)

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] domU on aoe troubles (saved by losetup?)
From: "Chris Fanning" <christopher.fanning@xxxxxxxxx>
Date: Mon, 5 Mar 2007 16:05:29 +0100
Delivery-date: Mon, 05 Mar 2007 07:04:50 -0800
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VSZq+tGnoszB3/Bi0QhA+z+VFXlyrCTqGU6QRaoC6I1FDtx5uA/I86FhQc+YBuy8xu80jdLs0+tdo4LGsVMBM1zMusPruHToaZdR0JDrprlrhXe0Y8T8igNFysXqKEB1owL+3PDlvnfh7zqTHz26BjFL+oSFcszLr3h022wBSNI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UHn3nO/i7fciXErfLcadl7dRh+7vG3pFCxqufaB/utvcRMBXwTSwtGaVNF/dYio8LpOYKxsNXeyik0k9lwe30guItUH/d1PFSXQspaYfCXWUJT0pGe36ic9vnauvoEYs3NiAI6a6d6o3KIPitccXGQtUqI1yhynWtIh8QtO4ZEU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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
Hello everybody,

I'm a bit stuck :(

I am trying to setup diskless xen servers.
I can boot dom0 via nfs and setup swap on nbd. that's ok.

Now I'm trying to use aoe for the domU's.

When I try to use the etherd devices the domU boot hangs when mounting
root filesystem
/etc/xen/domU.config
disk = ['phy:etherd/e0.0p1,hda1,w']

But if I do
losetup /dev/loop0 /dev/etherd/e0.0p1

and modify /etc/xen/domU.config accordingly
disk = ['phy:loop0,hda1,w']

then domU boots! :)

I was wondering why I can't use etherd/e0.0p1 directly.
What would be a good way to deal with this? with loop devices?

Thanks.
Chris.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] domU on aoe troubles (saved by losetup?), Chris Fanning <=