From owner-freebsd-geom@FreeBSD.ORG Sun May 15 13:44:57 2011 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E728A1065673 for ; Sun, 15 May 2011 13:44:57 +0000 (UTC) (envelope-from uncle@devio.us) Received: from wolfman.devio.us (devious-1-pt.tunnel.tserv12.mia1.ipv6.he.net [IPv6:2001:470:4:2a5::2]) by mx1.freebsd.org (Postfix) with ESMTP id C60FE8FC0C for ; Sun, 15 May 2011 13:44:57 +0000 (UTC) Received: by wolfman.devio.us (Postfix, from userid 3773) id 532061A90ED; Sun, 15 May 2011 09:44:57 -0400 (EDT) Date: Sun, 15 May 2011 09:44:57 -0400 From: Nick Ulen To: freebsd-geom@freebsd.org Message-ID: <20110515134457.GA19169@wolfman.devio.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: GELI,unexpectedly last close. X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2011 13:44:58 -0000 There is zfs on label/tank.eli # grep geli /etc/rc.conf geli_devices="label/tank" geli_label_tank_flags="-k /root/keys/label_tank.key" Immediately after booting: # geli status label/tank.eli Name Status Components label/tank.eli ACTIVE label/tank After performing any of the commands zfs or zpool, e.g. zfs list zpool import etc,(ttyv0) show: GEOM_ELI: Detached label/tank.eli on last close. and indeed: # ls -l /dev/label/tank.eli ls: /dev/label/tank.eli: No such file or directory It's weird for me, but not critical.The geli rc.d script works fine.Also geli_autodetach="NO" solves the problem. FreeBSD 9.0-CURRENT,zfs v.28 Just a note. Regards, Nick