From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 07:13:08 2008 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 12D1E106564A for ; Fri, 11 Apr 2008 07:13:08 +0000 (UTC) (envelope-from norman@apache.org) Received: from vs159071.vserver.de (hiphopcorner.de [62.75.159.71]) by mx1.freebsd.org (Postfix) with ESMTP id D4B418FC1E for ; Fri, 11 Apr 2008 07:13:06 +0000 (UTC) (envelope-from norman@apache.org) Received: from [10.43.1.190] (unknown [62.12.12.3]) by vs159071.vserver.de (Postfix) with ESMTP id A83D3BE8578; Fri, 11 Apr 2008 07:13:04 +0000 (UTC) From: Norman Maurer To: Toni Schmidbauer In-Reply-To: <86tzi977tx.wl%pinhead@murus.stderror.at> References: <1207855362.7675.10.camel@norman-laptop> <86tzi977tx.wl%pinhead@murus.stderror.at> Content-Type: text/plain Date: Fri, 11 Apr 2008 09:12:55 +0200 Message-Id: <1207897975.7023.1.camel@norman-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: ZFS-Pool is lost after reboot ( amd64 ) 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: Fri, 11 Apr 2008 07:13:08 -0000 Am Donnerstag, den 10.04.2008, 22:50 +0200 schrieb Toni Schmidbauer: > At Thu, 10 Apr 2008 21:22:42 +0200, > Norman Maurer wrote: > > All is fine till I reboot. The pool is just disappearing :-/ > > have you tried to import the pool? > > zpool import x1 > > or just > > zpool import > > to list pools available to import. > > maybe the pool isn't imported on boot, which should not happen, but > who knows... > > zfs should remember the import/export status of the pool, so if the > pool is imported and you reboot, it should also get imported on the > subsequent boot. > > hth > toni Well thats not the case.. I think thats why it is called experimental ;-) If I run zpool import x1 it works. But as you say it should do it by its own. Maybe it whould be the best to open a bugreport ? Cheers, Norman