Date: Mon, 30 Mar 2015 22:49:05 +0200 From: Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@freebsd.org> To: Aafak Mohammad <aafak.mohammad@cloudbyte.com> Cc: freebsd-scsi@freebsd.org Subject: Re: Cannot connect iSCSI targets created on Nexent box Message-ID: <20150330204905.GA12290@brick.home> In-Reply-To: <CAC5dOim69x3oXm08v%2BjrH%2B2da05LrNLP%2Bj2vP03XhfE=yc=77g@mail.gmail.com> References: <CAC5dOim69x3oXm08v%2BjrH%2B2da05LrNLP%2Bj2vP03XhfE=yc=77g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 0330T1716, Aafak Mohammad wrote: > Hi > I am using freebsd 9.2 and back ported iscsictl/iscsid and native kenel > iscsi changes from 10.1 to 9.2 > I am able to discover and connect iSCSI targets on my Ubuntu box from > freebsd 9.2 and able to create zpool on those iscsi targets > > Now i want to use nexenta targets LUNs for zpool creation > so as i tried to connect it got the system into following state: > > root@trunk-mar26:~ # iscsictl > Target name Target addr State > iqn.2012-05.local.mynet:storage.sys1 10.11.1.136 Connected: da8 da9 > da10 > iqn.2012-05.local.mynet:storage.sys2 10.11.1.136 Connected: da11 da12 > da13 > > *iqn.1986-03.com.sun:02:7957828f-1551-e04c-ed10-cce469c63bfa > 20.10.20.7 Connected: probe0 > iqn.1986-03.com.sun:02:b3031b28-29d1-40d5-9f02-a95a428d096e > 20.10.20.7 Connected: probe1 * > > As you can see first two iSCSI target(on Ubuntu) connected successfully and > same device nodes i can see on camcontrol devlist > but the last two saying connected but device nodes probe0, probe1 are not > in camcontrol devlist > > */var/log/messages:* > > Mar 30 17:05:52 trunk-mar26 iscsid[28641]: 20.10.20.7 > (iqn.1986-03.com.sun:02:b3031b28-29d1-40d5-9f02-a95a428d096e): Capsicum > capability mode not supported > Mar 30 17:05:52 trunk-mar26 iscsid[28640]: 20.10.20.7 > *(iqn.1986-03.com.sun:02:7957828f-1551-e04c-ed10-cce469c63bfa): received > final login response without the "T" flagMar 30 17:05:52 trunk-mar26 > iscsid[28641]: 20.10.20.7 > (iqn.1986-03.com.sun:02:b3031b28-29d1-40d5-9f02-a95a428d096e): received > final login response without the "T" flag* I think this is fixed by r271706. Can you update the code from 10.1-RELEASE to 10-STABLE and see if it works? Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150330204905.GA12290>