ZFS (not sure if this is the place)

Joe js.lists at gmail.com
Fri Mar 14 01:24:36 UTC 2008


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 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org 
> "



More information about the freebsd-questions mailing list