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] iscsi

To: Kip Macy <kmacy@xxxxxxxxxxx>
Subject: Re: [Xen-devel] iscsi
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Tue, 20 Jan 2004 18:40:06 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Tue, 20 Jan 2004 18:41:42 +0000
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Tue, 20 Jan 2004 10:15:55 PST." <20040120101312.I26100@xxxxxxxxxxxxxxxxxxxxx>
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
> I'd like to run an iscsi initiator in domain 0 and export LUNs to the
> other domains as VBDs. The XenoLinux config file does not give the
> option of enabling SCSI support. I know XenoLinux can't talk to the
> hardware directly so it can't use the actual hardware devices, but
> the SCSI layer could still be in place. Is there any reason why it isn't
> there other than the assumption that without the drivers one doesn't
> need it?

Your assumption is correct. 

I've just added the SCSI menu option from arch/i386/config.in
(see attached), and built a xenolinux with SCSI and SCSI disk
support compiled in. I'm not sure how you enable iSCSI support
(of indeed if the standard kernel even has iSCSI support).

Exporting disks to domains via iSCSI would be cool. There's
always the alternative of the much simpler 'enbd', but iSCSI
sounds nicer. I wander if there's support for iSCSI root devices?
(if not, it's possible something could be bodged with an initrd
initial ramdisk).

Ian



xenolinux-2.4.24-sparse/arch/xeno/config.in: 1.12 1.13 iap10 04/01/20 18:24:17 
(modified, needs delta)

@@ -108,6 +108,17 @@
 
 endmenu
 
+mainmenu_option next_comment
+comment 'SCSI support'
+
+tristate 'SCSI support' CONFIG_SCSI
+
+if [ "$CONFIG_SCSI" != "n" ]; then
+   source drivers/scsi/Config.in
+fi
+endmenu
+
+
 if [ "$CONFIG_NET" = "y" ]; then
    source net/Config.in
 fi


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

<Prev in Thread] Current Thread [Next in Thread>