From owner-freebsd-current@FreeBSD.ORG Tue Aug 18 12:22:32 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 383711065765 for ; Tue, 18 Aug 2009 12:22:32 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id EDA5C8FC55 for ; Tue, 18 Aug 2009 12:22:31 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1MdNOF-000DhP-53 for current@freebsd.org; Tue, 18 Aug 2009 15:02:11 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Aug 2009 15:02:11 +0300 From: Danny Braniss Message-ID: Cc: Subject: latest 8.0-BETA2 lost my zfs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2009 12:22:32 -0000 it seems that the latest changes to zfs prevents zpool to see/find the pool in /dev/ad0p4 (BTW, the pool was created under 8.0) # gpart show => 34 1953525101 ad0 GPT (932G) 34 128 1 freebsd-boot (64K) 162 4194304 2 freebsd-ufs (2.0G) 4194466 8388608 3 freebsd-swap (4.0G) 12583074 1940942061 4 freebsd-zfs (926G) # zpool list no pools available # zpool import -a # under 7.2, the pool is still there: pundit-2> zfs list NAME USED AVAIL REFER MOUNTPOINT z 5.27G 900G 18K /z z/home 5.21G 900G 5.21G /home z/var 59.7M 900G 59.7M /var pundit-2> zpool list NAME SIZE USED AVAIL CAP HEALTH ALTROOT z 920G 5.27G 915G 0% ONLINE -