FreeBSD OpenSolaris ZFS

Problem: as following

  pool: rpool
    id: 12877274465893442317
 state: FAULTED
status: One or more devices contains corrupted data.
action: The pool cannot be imported due to damaged devices or data.
	The pool may be active on another system, but can be imported using
	the '-f' flag.
   see: http://www.sun.com/msg/ZFS-8000-5E
config:

	rpool       FAULTED  corrupted data
	  c3t3d0p1  UNAVAIL  corrupted data

  pool: rpool
    id: 8053935100929881845
 state: FAULTED
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
	The pool may be active on another system, but can be imported using
	the '-f' flag.
   see: http://www.sun.com/msg/ZFS-8000-EY
config:

	rpool       FAULTED  corrupted data
	  c3t0d0p1  UNAVAIL  corrupted data

  pool: anime
    id: 15779406898154981389
 state: UNAVAIL
status: One or more devices contains corrupted data.
action: The pool cannot be imported due to damaged devices or data.
   see: http://www.sun.com/msg/ZFS-8000-5E
config:

	anime       UNAVAIL  insufficient replicas
	  c3t1d0p0  ONLINE
	  c3t4d0s2  UNAVAIL  corrupted data
	  c0d1p0    UNAVAIL  corrupted data
	  c3t3d0p0  ONLINE
	  c3t2d0p0  ONLINE

Current problem diagnosis:

  1. difference between FreeBSD’s and OpenSolaris’ HBA driver. (for PATA)
  2. OpenSolaris got confused between rpool and anime pool. In FreeBSD, the only pool that’s in a slice (s2) is rpool. Here (OS) it reads TWO rpool pool (wtf) and both are on a partition (when it’s actually in a FreeBSD slice).

*shrugs*

Will report actual analysis result tomorrow or Monday. (number one is most likely correct)

One thought on “FreeBSD OpenSolaris ZFS

  1. Pingback: animeBSD › I don’t what I did

Leave a Reply

Your email address will not be published. Required fields are marked *