Specify SCSI ID

2008-09-28 Thread Nick
us? 2) open-iscsi starts ID numbering at 0. Is there any way to configure an iSCSI target to show up at a certain ID? So, my tape library is SCSI ID 8, my first drive is 9, and my second drive is 10. Is there any way to configure these targets to show up at IDs 8, 9, and 10? Thanks -

Re: Specify SCSI ID

2008-09-29 Thread Nick
On Sep 29, 10:29 am, [EMAIL PROTECTED] wrote: > On Sep 28, 8:58 am, Nick <[EMAIL PROTECTED]> wrote: > > > I'm trying to use open-iscsi to connect to an iSCSI-based tape > > library.  The library has two drives, so there are three IDs. > > Unfortunately, the lib

Re: Specify SCSI ID

2008-09-29 Thread Nick
On Sep 29, 9:03 am, Konrad Rzeszutek <[EMAIL PROTECTED]> wrote: > On Sun, Sep 28, 2008 at 06:58:36AM -0700, Nick wrote: > > > I'm trying to use open-iscsi to connect to an iSCSI-based tape > > library.  The library has two drives, so there are three IDs. > >

Re: Specify SCSI ID

2008-09-29 Thread Nick
dt_id to 0 and use the two LUNs. Worth a shot, I guess... -Nick On Sep 29, 3:49 pm, Konrad Rzeszutek <[EMAIL PROTECTED]> wrote: > > Here's the output: > > [EMAIL PROTECTED] ~]# lsscsi > > [20:0:0:0]   tape    SEAGATE  ULTRIUM06242-XXX 1613  /dev/st0 > > [21:0:

Re: Specify SCSI ID

2008-09-29 Thread Nick
On Sep 29, 3:49 pm, Konrad Rzeszutek <[EMAIL PROTECTED]> wrote: > > Here's the output: > > [EMAIL PROTECTED] ~]# lsscsi > > [20:0:0:0]   tape    SEAGATE  ULTRIUM06242-XXX 1613  /dev/st0 > > [21:0:0:0]   mediumx STK      L20              0215  /dev/sch0 > > [22:0:0:0]   tape    SEAGATE  ULTRIUM0624

Re: Specify SCSI ID

2008-09-30 Thread Nick
On Sep 30, 8:16 am, Konrad Rzeszutek <[EMAIL PROTECTED]> wrote: > On Mon, Sep 29, 2008 at 05:50:17PM -0700, Nick wrote: > > > On Sep 29, 3:49 pm, Konrad Rzeszutek <[EMAIL PROTECTED]> wrote: > > > > Here's the output: > > > > [EMAIL PROTE

Re: iscsitarget (IET) help?

2008-10-03 Thread Nick
ist is an acceptable method of trying to obtain help - after, of course, you've searched the iet development list archives for the problem and determined it hasn't already been discussed. I don't think Ming was trying to be rude - just trying to offer a quick answer to point you back

same volume two different hosts

2009-08-03 Thread nick
Hi All, I would like to knw if i can present same volume to two hosts? I am using Stonefly Voyager as SAN and the host would be Xen. Thanks in Advance Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

same volume on two hosts

2009-08-03 Thread nick
Hi All, i would like to know if i can assign the same volume to hosts? I am using Stonefly Voyager as SAN and the host is Xen Server. Thanks in Advance Nick --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "

Re: [PATCH] scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param

2018-10-06 Thread &#x27;Nick Desaulniers' via open-iscsi
> +(enum iscsi_param)param, > buf); Alternatively, you could also just pass ISCSI_HOST_PARAM_IPADDRESS in place of the cast (since in this case param == ISCSI_HOST_PARAM_IPADDRESS), but I don't feel strongly about this (maybe the maintainers do). Review

[PATCH 1/1] iscsi: kill redundant casts

2014-06-09 Thread &#x27;Nick Black' via open-iscsi
Remove two redundant casts from char * to char *. Signed-off-by: Nick Black --- drivers/scsi/scsi_transport_iscsi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers/scsi/scsi_transport_iscsi.c index 0102a2d..38a1de3 100644