Date: Thu, 13 Mar 2008 18:24:31 -0700 From: Joe <js.lists@gmail.com> To: Jeffrey Smith <jeffrey.smith@futurecis.com> Cc: freebsd-questions@freebsd.org Subject: Re: ZFS (not sure if this is the place) Message-ID: <54BB987B-1EE5-40ED-8D13-FF51410FE444@gmail.com> In-Reply-To: <1205013053.44649.14.camel@mrwizard.futurecis.com> References: <1205013053.44649.14.camel@mrwizard.futurecis.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54BB987B-1EE5-40ED-8D13-FF51410FE444>