Date: Thu, 26 Nov 2009 14:05:19 +0200 From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> To: aoyama@peach.ne.jp Cc: freebsd-ports@freebsd.org Subject: does istgt works on -CURRENT ? Message-ID: <20091126140519.1a92fa2a@notebook>
next in thread | raw e-mail | index | archive | help
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@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? -- wbr, tiger
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091126140519.1a92fa2a>