Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2009 21:50:02 GMT
From:      Stas SUSHKOV <stas@net.utcluj.ro>
To:        freebsd-amd64@FreeBSD.org
Subject:   Re: amd64/136218: Exported ZFS pools can't be imported into (Open)Solaris
Message-ID:  <200907012150.n61Lo2xt051296@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR amd64/136218; it has been noted by GNATS.

From: Stas SUSHKOV <stas@net.utcluj.ro>
To: bug-followup@FreeBSD.org, stas@net.utcluj.ro
Cc: Cristi Magherusan <cristi.magherusan@net.utcluj.ro>, pjd@freebsd.org
Subject: Re: amd64/136218: Exported ZFS pools can't be imported into
 (Open)Solaris
Date: Thu, 02 Jul 2009 00:41:49 +0300

 Finally I was able to import the poll on OpenSolaris 2009.06 (snv_111b)
 with ZFS v.14.
 
 I had to remove all slices from /dev/rdsk and than retry zpool import.
 This helped me:
 # mkdir /tmp/bad_devs
 # cd /tmp/bad_devs
 # for i in /dev/rdsk/c7t[0123456789]d0s*; do mv $i ./; done
 # zpool import -f tank
 # zpool upgrade -V 14 tank
 # zpool export tank
 
 Thanks.
 
 -- 
 () Campania Panglicii în ASCII
 /\ http://stas.nerd.ro/ascii/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907012150.n61Lo2xt051296>