From owner-freebsd-rc@FreeBSD.ORG Tue May 25 15:42:09 2010 Return-Path: Delivered-To: freebsd-rc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B8161065679 for ; Tue, 25 May 2010 15:42:09 +0000 (UTC) (envelope-from valeri.ufo@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id D77348FC1F for ; Tue, 25 May 2010 15:42:08 +0000 (UTC) Received: by pxi7 with SMTP id 7so2461130pxi.13 for ; Tue, 25 May 2010 08:42:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=8kML4ZXc+N1Fqdnk9MNfWAVaDCSHACr5UNLIk0iltMc=; b=xzjIbVaRZS1gsvg7auk3OfNM/76cO5kb0SyOV3EyvkeOcerv9mIqVmQkboOsH1Drd8 bm7zUdwTaDlWI0qyH8TxXK6OwbN6jnASeJTtizcxfcL8oJy35Z/mPXgDX8JbkLKUZFBu AXNTTmYRcoEEjgkc6H/c2fho86eerOXbQO9Rw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; b=oCWhz+573dM97O4VyfivS/9HdKpFAr5Ucj/wGEKFzfzYU1+Rd18mjSXKZX/7aycAj1 mesPHGcpYdP6RUsinOY7ZBttuxM9i5XYeT/qRLGZO6qzpGGden+uoiRVQRJdar+Ssv6A 23M6E2KyE5n1TOGfbUNA823nnXxj4yiq9frQY= Received: by 10.142.67.35 with SMTP id p35mr5159963wfa.203.1274800604209; Tue, 25 May 2010 08:16:44 -0700 (PDT) MIME-Version: 1.0 Sender: valeri.ufo@gmail.com Received: by 10.142.58.5 with HTTP; Tue, 25 May 2010 08:16:24 -0700 (PDT) From: Valeri Vassiliev Date: Tue, 25 May 2010 17:16:24 +0200 X-Google-Sender-Auth: VAbsi_ivssFwrI_F9egdtS79YNg Message-ID: To: freebsd-rc@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: rc.d for iscontrol X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2010 15:42:09 -0000 I would like to point out, that the rc-script for iscontrol is of Taiwanese origin, at least as far as I can tell. It's source can be found on http://blog.ntut.idv.tw/2009/03/fbsd-freebsd-iscsi-setup.html Regarding the zfs problem: A possible solution could be force-restarting zfs from inside the above mentioned rc-script, just after iscontrol has started and initiated the connection. The zfs rc-script itself is quite simple, as it basically executes a zfs mount -a, so a forcerestart shouldn't be of any harm. best regards, ufo.