Date: Fri, 02 Aug 2013 23:30:20 -0500 From: Christopher Harrison <harrison@glsan.com> To: freebsd-current@freebsd.org Subject: zfs zpool import fails 9.2-beta2 Message-ID: <51FC875C.2090005@glsan.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------020303030307010106020104
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
steps:
glabel drives
glabel label disk00 da0
glabel label disk01 da1
glabel label disk02 da2
glabel label disk03 da3
gnop create -S 4096 (4k align drives)
gnop create -S 4096 /dev/label/disk0[0-3]
create a new zpool with nop device
zpool create ztemp raidz2 label/disk00.nop label/disk01.nop
label/disk02.nop label/disk03.nop log gpt/zil.nop
export newly created zpool
zpool export zpool
destroy the 4k nop devices
gnop destroy /dev/label/disk0[0-3].nop
try to import the zpool
zpool import -d /dev/label -d /dev/gpt ztemp
cannot import 'ztemp': pool is formatted using a newer ZFS version
--------------020303030307010106020104--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51FC875C.2090005>
