From owner-freebsd-stable@FreeBSD.ORG Wed Dec 18 16:14:49 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AA72138 for ; Wed, 18 Dec 2013 16:14:49 +0000 (UTC) Received: from cpsmtpb-ews08.kpnxchange.com (cpsmtpb-ews08.kpnxchange.com [213.75.39.13]) by mx1.freebsd.org (Postfix) with ESMTP id C1D551AEF for ; Wed, 18 Dec 2013 16:14:48 +0000 (UTC) Received: from cpsps-ews05.kpnxchange.com ([10.94.84.172]) by cpsmtpb-ews08.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 18 Dec 2013 17:13:38 +0100 Received: from CPSMTPM-TLF101.kpnxchange.com ([195.121.3.4]) by cpsps-ews05.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 18 Dec 2013 17:13:38 +0100 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF101.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Wed, 18 Dec 2013 17:13:38 +0100 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 06FD51C2B for ; Wed, 18 Dec 2013 17:13:38 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: ZFS and ISCSI References: <52B1C42A.4020506@LaTech.edu> Date: Wed, 18 Dec 2013 17:13:37 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <52B1C42A.4020506@LaTech.edu> User-Agent: Opera Mail/12.16 (FreeBSD) X-OriginalArrivalTime: 18 Dec 2013 16:13:38.0631 (UTC) FILETIME=[1C61ED70:01CEFC0C] X-RcptDomain: freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:14:49 -0000 On Wed, 18 Dec 2013 16:50:02 +0100, Danny Schales wrote: > It seems that ZFS and ISCSI don't play well at boot time in FreeBSD 10. > ZFS is started fairly early in the boot sequence, well before ISCSI is > initiated, so ISCSI based pools aren't detected. Should there be a > stage 2 ZFS rc.d script that rescans for pools and mounts the > filesystems after ISCSI initiation if ISCSI and ZFS are enabled? I > don't know the rc setup well enough to create one myself. Right now, > I'm simply using rc.local, but I would think an official rc.d solution > would be preferable in the long run. > > Danny Schales > As soon as a disk with ZFS is connected GEOM/ZFS should detect it automatically. But I could be wrong. Ronald.