From owner-freebsd-questions@FreeBSD.ORG Tue May 10 12:33:02 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 825E5106564A for ; Tue, 10 May 2011 12:33:02 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 185588FC16 for ; Tue, 10 May 2011 12:33:01 +0000 (UTC) Received: by wyf23 with SMTP id 23so6007978wyf.13 for ; Tue, 10 May 2011 05:33:00 -0700 (PDT) Received: by 10.227.28.129 with SMTP id m1mr1059786wbc.20.1305030780590; Tue, 10 May 2011 05:33:00 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id ca12sm4368118wbb.36.2011.05.10.05.32.59 (version=SSLv3 cipher=OTHER); Tue, 10 May 2011 05:32:59 -0700 (PDT) Message-ID: <4DC9307A.1060804@my.gd> Date: Tue, 10 May 2011 14:32:58 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <1625658468.20110510171158@pgm.kz> In-Reply-To: <1625658468.20110510171158@pgm.kz> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: zfs & istgt X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 12:33:02 -0000 On 5/10/11 1:11 PM, Zhanbolat Ospanbekov wrote: > Здравствуйте. > Прошу разъяснитьодин момент по поводу использования istgt и zfs. > Есть задача организовать HA iSCSI target. > Для этого хочу использовать HAST + ZFS + CARP + ISTGT: > использовал следующую информацию: > http://wiki.virtastic.com/display/howto/FreeBSD+7.2+with+ZFS+as+an+iSCSI+target > http://www.uniadmins.ru/?page_id=54 > подымаю ноду, настраиваю HAST согласно второй ссылке, > затем создаю zpool согласно первой ссылке на устройстве /dev/hast/my > далее по статье: > zfs create target > zfs set mountpoint=none san/target > zfs set quota=270G san/target > > далее в istgt.conf > прописываю LUN0 Storage /san/target > > стартую istgt и получаю ошибку: > > node1# istgt start > istgt version 0.4 (20110103) > traditional mode > istgt_lu.c:1594:istgt_lu_add_unit: ***ERROR*** LU1: LUN0: format error > istgt_lu.c:1863:istgt_lu_init: ***ERROR*** lu_add_unit() failed > istgt.c:1643:main: ***ERROR*** istgt_lu_init() failed > node1# > > что не так? или со времен FreeBSD 7.2, что-то изменилось??? > > P.S. > node1# uname -a > FreeBSD node1.pgm.kz 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > node1# > > > As you can see here, this is an english-only mailing list. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL For localized mailing lists, refer to this page: http://www.freebsd.org/community/mailinglists.html You probably want: maillist@opennet.ru The problem is that a small fraction of the members can read what you said, and an even smaller subset could possibly help you. I am sure phrasing your problem in english would get you much better results. Regards, dfl