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

[Xen-users] pygrub with iSCSI

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] pygrub with iSCSI
From: Jan Marquardt <jm@xxxxxxxxxxx>
Date: Tue, 23 Sep 2008 12:37:51 +0200
Delivery-date: Tue, 23 Sep 2008 03:38:33 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.16 (X11/20080724)
Hi everybody,

I have the following the setup for a domU:

bootloader   = "/usr/bin/pygrub"
memory       = '4096'
vcpus        = 4
root        = '/dev/md0 ro'
disk = [ 'iscsi:iqn.2008-09.com.example.node1:server1,xvda,w', 'iscsi:iqn.2008-09.com.example.node2:server1,xvdb,w' ]
name        = 'server1'
vif = [ 'bridge=br-vlan2000, mac=00:16:3e:00:dd:56', 'bridge=br-vlan2001, mac=00:16:3e:00:dd:57' ]
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

If I try to start this domain, I get the message "Disk not accessible". Is there an opportunity to get this working or do I have to load the kernel from within the dom0?

Thanks in advance for your advices and hints.

Regards,

Jan


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] pygrub with iSCSI, Jan Marquardt <=