From owner-freebsd-questions@FreeBSD.ORG Fri Mar 14 01:24:36 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 B2B86106566B for ; Fri, 14 Mar 2008 01:24:36 +0000 (UTC) (envelope-from js.lists@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.242]) by mx1.freebsd.org (Postfix) with ESMTP id 648B18FC16 for ; Fri, 14 Mar 2008 01:24:36 +0000 (UTC) (envelope-from js.lists@gmail.com) Received: by ag-out-0708.google.com with SMTP id 31so6080698agc.3 for ; Thu, 13 Mar 2008 18:24:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=Ia0UIFfRtkVZUBDIsSq4h+KemvgKaBSe0JL8Db6vO3s=; b=IwNiYgv4hLOy5g0AW5njEeWrAOYzqMxJwdGCWo+O/C/9yF3sobqGfnAj3JiUFb+7yuzZzAG6xwTdEaI4/nuJ0QG3o6zLhdNtGdejkZtiPrYghpyRC/nlDVhnwc90LFYAl7LxuZJYSGcXsCESqawYqgI2lnxIiasPLQ8NcuVFWbc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=YRuOaSLypOkxo5gAKRDJcDBN8+ft8W+WjbjkpqRk8OH5yFIzD4si4pZyoHKvhXr1T1fvQ2Be3ioJ/jnKyggfUE+BvlMexTI05kCfKp8f1v32vKwt3s6/NnSO9pfgDG/SpU0bpqbaBbN3VrE7ustsDmO1yc5KxXkYCDOWsOI3ZEo= Received: by 10.100.137.11 with SMTP id k11mr21313703and.38.1205457875134; Thu, 13 Mar 2008 18:24:35 -0700 (PDT) Received: from whost10.stevensen.net ( [76.103.60.14]) by mx.google.com with ESMTPS id s30sm25146204elf.17.2008.03.13.18.24.33 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Mar 2008 18:24:33 -0700 (PDT) Message-Id: <54BB987B-1EE5-40ED-8D13-FF51410FE444@gmail.com> From: Joe To: Jeffrey Smith In-Reply-To: <1205013053.44649.14.camel@mrwizard.futurecis.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 13 Mar 2008 18:24:31 -0700 References: <1205013053.44649.14.camel@mrwizard.futurecis.com> X-Mailer: Apple Mail (2.919.2) Cc: freebsd-questions@freebsd.org Subject: Re: ZFS (not sure if this is the place) 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, 14 Mar 2008 01:24:36 -0000 This is interesting, especially because I was going to build a 64 bit system for my next storage server. Search through zfs-discuss on opensolaris.org. If you don't find anything, post a message. Sun engineers frequent that list. Be sure to make it clear that you are using FreeBSD 7.0 which I believe is ZFS v5. On Mar 8, 2008, at 1:50 PM, Jeffrey Smith wrote: > I get this on reboot of my system > > # zpool status > pool: pool > state: UNAVAIL > status: One or more devices could not be opened. There are > insufficient > replicas for the pool to continue functioning. > action: Attach the missing device and online it using 'zpool online'. > see: http://www.sun.com/msg/ZFS-8000-D3 > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > pool UNAVAIL 0 0 0 insufficient replicas > da0s2 UNAVAIL 0 0 0 cannot open > > An import and export fixes this > > # zpool export pool > # zpool import pool > # zpool status > pool: pool > state: ONLINE > scrub: none requested > config: > > NAME STATE READ WRITE CKSUM > pool ONLINE 0 0 0 > da0s2 ONLINE 0 0 0 > > errors: No known data errors > > # uname -a > FreeBSD xxx.futurecis.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun > Feb 24 > 10:35:36 UTC 2008 > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > I have another system running the i386 version of 7.0 and am not > having > this issue. Is this a bug in the 64 bit version, and I was not sure > if > this was the place for this post but I didn't see a dedicated ZFS > list. > Any help will be much appreciated. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org > "