All of lore.kernel.org
 help / color / mirror / Atom feed
* no scsi in 2.6.7-xenU?
@ 2004-08-20  4:21 James Harper
  2004-08-20  5:44 ` James Harper
  0 siblings, 1 reply; 5+ messages in thread
From: James Harper @ 2004-08-20  4:21 UTC (permalink / raw)
  To: xen-devel@lists.sourceforge.net

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

There is no CONFIG_SCSI to enable in xenU. Is there any reason for this? I want to try out iSCSI and obviously it needs scsi support. Or would I be better doing it in dom0 and exporting it?

thanks

James 

[-- Attachment #2: Type: text/html, Size: 451 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: no scsi in 2.6.7-xenU?
  2004-08-20  4:21 no scsi in 2.6.7-xenU? James Harper
@ 2004-08-20  5:44 ` James Harper
  2004-08-20 14:04   ` Flavio Leitner
  0 siblings, 1 reply; 5+ messages in thread
From: James Harper @ 2004-08-20  5:44 UTC (permalink / raw)
  To: xen-devel@lists.sourceforge.net

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

my bad, i think. Do I need to enable device drivers in xenU?



From: James Harper
Sent: Fri 20/08/2004 2:21 PM
To: xen-devel@lists.sourceforge.net
Subject: [Xen-devel] no scsi in 2.6.7-xenU?


There is no CONFIG_SCSI to enable in xenU. Is there any reason for this? I want to try out iSCSI and obviously it needs scsi support. Or would I be better doing it in dom0 and exporting it?

thanks

James 

[-- Attachment #2: Type: text/html, Size: 891 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no scsi in 2.6.7-xenU?
  2004-08-20  5:44 ` James Harper
@ 2004-08-20 14:04   ` Flavio Leitner
  2004-08-21  3:01     ` James Harper
  0 siblings, 1 reply; 5+ messages in thread
From: Flavio Leitner @ 2004-08-20 14:04 UTC (permalink / raw)
  To: James Harper; +Cc: xen-devel@lists.sourceforge.net

On Fri, Aug 20, 2004 at 03:44:49PM +1000, James Harper wrote:
> 
>    my bad, i think. Do I need to enable device drivers in xenU?

afaik, -xenU access a generic block device exported by xen0, then
you don't need scsi drivers on xenU.



-- 
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E  531C BC17 D670 7FF0 A9E0 ]


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: no scsi in 2.6.7-xenU?
  2004-08-20 14:04   ` Flavio Leitner
@ 2004-08-21  3:01     ` James Harper
  2004-08-21  7:00       ` Ian Pratt
  0 siblings, 1 reply; 5+ messages in thread
From: James Harper @ 2004-08-21  3:01 UTC (permalink / raw)
  To: Flavio Leitner; +Cc: xen-devel@lists.sourceforge.net

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

i need it if I want to support iSCSI (SCSI over tcp/ip)



From: Flavio Leitner
Sent: Sat 21/08/2004 12:04 AM
To: James Harper
Cc: xen-devel@lists.sourceforge.net
Subject: Re: [Xen-devel] no scsi in 2.6.7-xenU?


On Fri, Aug 20, 2004 at 03:44:49PM +1000, James Harper wrote:
> 
>    my bad, i think. Do I need to enable device drivers in xenU?

afaik, -xenU access a generic block device exported by xen0, then
you don't need scsi drivers on xenU.



-- 
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B 0BD0 5E05 C385 239E  531C BC17 D670 7FF0 A9E0 ]

[-- Attachment #2: Type: text/html, Size: 910 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: no scsi in 2.6.7-xenU?
  2004-08-21  3:01     ` James Harper
@ 2004-08-21  7:00       ` Ian Pratt
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Pratt @ 2004-08-21  7:00 UTC (permalink / raw)
  To: James Harper; +Cc: Flavio Leitner, xen-devel@lists.sourceforge.net, Ian.Pratt

> i need it if I want to support iSCSI (SCSI over tcp/ip)

James, 

I've modified the 2.6.7 Kconfig file to enable SCSI and SCSI_DISK
to be enabled even if PHYSDEV_ACCESS is not set.  A side effect
of this is that its now possible to select and build in scsi
low-level drivers in an build without PHYSDEV_ACCESS, which won't
work and will likely lead to people getting
confused. Unfortunately its not possible to fix this without
absolutely peppering the Kconfig files with gating on
PHYSDEV_ACCESS. 

BTW: I've had cisco iscsi 4.0.1.8 working fine with 2.6.7 without
modifications. We decided it was easier to workaround the issue
with ENABLE_CLUSTERING than get the change made to the iscsi
code. The workaround will probably help some other drivers too.

Ian


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-08-21  7:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-20  4:21 no scsi in 2.6.7-xenU? James Harper
2004-08-20  5:44 ` James Harper
2004-08-20 14:04   ` Flavio Leitner
2004-08-21  3:01     ` James Harper
2004-08-21  7:00       ` Ian Pratt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.