Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: iSCSI



On Sat, 7 Jul 2012, Étienne wrote:

(yet?) in domUs. So I was thinking maybe it's just easy enough to
include that into a new domU kernel. However, I have been reading both
chapter 19 and 32 of the NetBSD guide, but I'm still not sure of what to
add to my kernel config file to include sys/dev/iscsi. Can anyone give a
hint ?

I've been running iSCSI with a XEN3_DOM0 kernel; all I did was add this to the kernel config:

Index: sys/arch/amd64/conf/XEN3_DOM0
===================================================================
RCS file: /cvsroot/src/sys/arch/amd64/conf/XEN3_DOM0,v
retrieving revision 1.77.2.3
diff -u -p -r1.77.2.3 XEN3_DOM0
--- sys/arch/amd64/conf/XEN3_DOM0       23 Apr 2012 16:31:37 -0000      1.77.2.3
+++ sys/arch/amd64/conf/XEN3_DOM0       7 Jul 2012 17:57:57 -0000
@@ -842,3 +844,6 @@ pseudo-device       xbdback

 options        PAX_MPROTECT=0          # PaX mprotect(2) restrictions
 options        PAX_ASLR=0              # PaX Address Space Layout Randomization
+
+# iscsi
+pseudo-device  iscsi


The line numbers will be off a little because I have a couple more lines for something else.

I would presume the XEN3_DOMU config file should work with the same change.

Mike

--
Michael L. Hitch                        mhitch%montana.edu@localhost
Computer Consultant
Information Technology Center
Montana State University        Bozeman, MT     USA


Home | Main Index | Thread Index | Old Index