From: "Daniel Ernst" on
Hi Sergey,

It seems that it doesn´t effect FreeBSD 9.0 only. I tried it on FreeBSD 8.0. And I get the same error. I have FreeBSD 8.0 x64 Release installed and than created a zpool, not updated, and had with zfs created a target. After that I installed istgt with the ports. Made the same configuration as u, besides the IP-Address ;), and got this failure by starting istgt:

Starting istgt.
Istgt version 0.2 (20090428)
Istgt_lu.c:1213:istgt_lu_add_unit: ***ERROR*** LU1: LUN0: format error
Istgt_lu.c:1473:istgt_lu_init: ***ERROR*** lu_add_unit() failed
Istgt.c:1247:main: ***ERROR*** istgt_lu_init() failed
/usr/local/etc/rc.d/istgt: WARNING: failed to start istgt

Have someone an idea?

Greetings Daniel



Hi Daisuke Aoyama and list

I'm trying run iSCSI target on my -CURRENT box
%uname -a
FreeBSD current.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #6
r198480: Tue Nov 3 10:03:09 EET 2009
root at current.domain:/usr/obj/usr/src/sys/KERN amd64

%pkg_info -xI istgt
istgt-20090428 An iSCSI target for FreeBSD 7.x with ZFS

%zfs upgrade
This system is currently running ZFS filesystem version 3.

All filesystems are formatted with the current version.
%zpool upgrade
This system is currently running ZFS pool version 13.

All pools are formatted using this version.

Now my actions Step-by-step:

# zfs create tank/share/target
# zfs set mountpoint=none tank/share/target
# zfs set quota=20G tank/share/target
# cd /usr/local/etc/istgt
# cp auth.conf.sample auth.conf
# cp istgt.conf.sample istgt.conf
# cp istgtcontrol.conf.sample istgtcontrol.conf

my server`s IP is 192.168.9.249
I made some changes on istgt.conf:
1) section [PortalGroup1]:
"Portal DA1 192.168.2.36:3260" -> "Portal DA1 192.168.9.249:3260"
2) sections [LogicalUnit1]:
"LUN0 Storage /tank/iscsi/istgt-disk1 10G" -> "LUN0
Storage /tank/share/target"

Now I'm trying start istgt:
# /usr/local/etc/rc.d/istgt onestart
istgt version 0.2 (20090428)
istgt_lu.c:1213:istgt_lu_add_unit: ***ERROR*** LU1: LUN0: format error
istgt_lu.c:1473:istgt_lu_init: ***ERROR*** lu_add_unit() failed
istgt.c:1247:main: ***ERROR*** istgt_lu_init() failed
/usr/local/etc/rc.d/istgt: WARNING: failed to start istgt


where I'm wrong?


_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"

From: "Sergey V. Dyatko" on
On Fri, 27 Nov 2009 12:30:25 +0100
"Daniel Ernst" <ernst(a)cintech.de> wrote:

DE> Hi Sergey,
DE>
Hi
DE> It seems that it doesn´t effect FreeBSD 9.0 only. I tried it on
DE> FreeBSD 8.0. And I get the same error. I have FreeBSD 8.0 x64
DE> Release installed and than created a zpool, not updated, and had
DE> with zfs created a target. After that I installed istgt with the
DE> ports. Made the same configuration as u, besides the IP-Address ;),
DE> and got this failure by starting istgt:
DE>
Yes, there is a problem on 8.0 too:(

master-z# uname -a
FreeBSD master-z.domain 8.0-RELEASE FreeBSD 8.0-RELEASE #0 r200021:
Thu Dec 3 07:15:39 UTC 2009
tiger(a)master-z.domain:/usr/obj/usr/src/sys/PF_IPSEC_QUOTA amd64
but istgt version 0.2 (20091124)

DE> Starting istgt.
DE> Istgt version 0.2 (20090428)
DE> Istgt_lu.c:1213:istgt_lu_add_unit: ***ERROR*** LU1: LUN0: format
DE> error Istgt_lu.c:1473:istgt_lu_init: ***ERROR*** lu_add_unit()
DE> failed Istgt.c:1247:main: ***ERROR*** istgt_lu_init() failed
DE> /usr/local/etc/rc.d/istgt: WARNING: failed to start istgt
Same error
DE>
DE> Have someone an idea?
DE>
DE> Greetings Daniel
DE>
DE>
DE>
DE> Hi Daisuke Aoyama and list
DE>
DE> I'm trying run iSCSI target on my -CURRENT box
DE> %uname -a
DE> FreeBSD current.domain 9.0-CURRENT FreeBSD 9.0-CURRENT #6
DE> r198480: Tue Nov 3 10:03:09 EET 2009
DE> root at current.domain:/usr/obj/usr/src/sys/KERN amd64
DE>
DE> %pkg_info -xI istgt
DE> istgt-20090428 An iSCSI target for FreeBSD 7.x with ZFS
DE>
DE> %zfs upgrade
DE> This system is currently running ZFS filesystem version 3.
DE>
DE> All filesystems are formatted with the current version.
DE> %zpool upgrade
DE> This system is currently running ZFS pool version 13.
DE>
DE> All pools are formatted using this version.
DE>
DE> Now my actions Step-by-step:
DE>
DE> # zfs create tank/share/target
DE> # zfs set mountpoint=none tank/share/target
DE> # zfs set quota=20G tank/share/target
DE> # cd /usr/local/etc/istgt
DE> # cp auth.conf.sample auth.conf
DE> # cp istgt.conf.sample istgt.conf
DE> # cp istgtcontrol.conf.sample istgtcontrol.conf
DE>
DE> my server`s IP is 192.168.9.249
DE> I made some changes on istgt.conf:
DE> 1) section [PortalGroup1]:
DE> "Portal DA1 192.168.2.36:3260" -> "Portal DA1 192.168.9.249:3260"
DE> 2) sections [LogicalUnit1]:
DE> "LUN0 Storage /tank/iscsi/istgt-disk1 10G" -> "LUN0
DE> Storage /tank/share/target"
DE>
DE> Now I'm trying start istgt:
DE> # /usr/local/etc/rc.d/istgt onestart
DE> istgt version 0.2 (20090428)
DE> istgt_lu.c:1213:istgt_lu_add_unit: ***ERROR*** LU1: LUN0: format
DE> error istgt_lu.c:1473:istgt_lu_init: ***ERROR*** lu_add_unit()
DE> failed istgt.c:1247:main: ***ERROR*** istgt_lu_init() failed
DE> /usr/local/etc/rc.d/istgt: WARNING: failed to start istgt
DE>
DE>
DE> where I'm wrong?
DE>
DE>

--
wbr, tiger
_______________________________________________
freebsd-ports(a)freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscribe(a)freebsd.org"