From owner-freebsd-current@FreeBSD.ORG Sat Aug 3 15:24:54 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AAF2EC8 for ; Sat, 3 Aug 2013 15:24:54 +0000 (UTC) (envelope-from harrison@glsan.com) Received: from mail-vb0-f49.google.com (mail-vb0-f49.google.com [209.85.212.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 252CD2587 for ; Sat, 3 Aug 2013 15:24:53 +0000 (UTC) Received: by mail-vb0-f49.google.com with SMTP id w16so1594709vbb.22 for ; Sat, 03 Aug 2013 08:24:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:x-gm-message-state; bh=PL/1XYspvq2K6hIab4EpPsYtA5ha9SyLbV3dFckKqog=; b=Gh1hSYR+vbgPi7GNmCw1RuQdtcJ9tfF94UW1udYoR6E+s+o7f4yRox+RoL2B91IxoV GC64G8muKL4QAquZ2RCm7QcOg5iQHzUwjiR74T9FgW2dTf8Glyf+NmFUocHWW8Jd9R4I 3MfRfmxY0akXh41msSXAKSVv6fuxzhrCUTqUbaaJsfuH4uS2pAVnZ2lvSUgp6/J/aHqy zMUSw0bqplZlam6Dqb4XPEb9393lpdYb5xntKI4TbDEH890a8ff4wak/UBjCNcXdHhEB TZiCkt+GxZtZI1c288AFS+MYfLHH/G87TrB9P/s+8XUIhJK/5f/vxDrxwOZOnxJmzNrU /YGQ== X-Received: by 10.220.237.130 with SMTP id ko2mr3557895vcb.88.1375543487208; Sat, 03 Aug 2013 08:24:47 -0700 (PDT) Received: from Christopher-Harrisons-MacBook.local (99-100-184-80.lightspeed.mdsnwi.sbcglobal.net. [99.100.184.80]) by mx.google.com with ESMTPSA id b6sm3256090vdh.12.2013.08.03.08.24.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 03 Aug 2013 08:24:46 -0700 (PDT) Message-ID: <51FD20BD.6050306@glsan.com> Date: Sat, 03 Aug 2013 10:24:45 -0500 From: Christopher Harrison User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Steven Hartland Subject: Re: zfs zpool import fails 9.2-beta2 References: <51FC875C.2090005@glsan.com> <57EA68F36DB940958190385A29734790@multiplay.co.uk> In-Reply-To: <57EA68F36DB940958190385A29734790@multiplay.co.uk> Content-Type: multipart/mixed; boundary="------------030202030002080703050602" X-Gm-Message-State: ALoCoQnQ6SGOtE7KrYciSTUZCNdQqQstkKuCdWcHCUqDlPVxsVlPKzDuwaMmJKutRr9Isi8d8jFV X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Aug 2013 15:24:54 -0000 This is a multi-part message in MIME format. --------------030202030002080703050602 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit After further digging, I found that the system had the 9.2-BETA2 kernel only not the user land tools. Grrr, interns. Never mind. -C On 8/3/13 9:41 AM, Steven Hartland wrote: > You instructions appear to be invalid, typos? > 1. There is no gpt/zil.nop > 2. You create the pool ztemp but export / import zpool > > Few other notes:- > 1. You only need to create one .nop device > 2. You shouldn't need the -d's to import > > Removing the log and using the correct export / import > names without -d's here it all works just fine here > > Note: Tested here on 9.2-BETA2 as of today. > > Regards > Steve > > ----- Original Message ----- From: "Christopher Harrison" > > To: > Sent: Saturday, August 03, 2013 5:30 AM > Subject: zfs zpool import fails 9.2-beta2 > > >> 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 >> >> > > > -------------------------------------------------------------------------------- > > > >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" > > ================================================ > This e.mail is private and confidential between Multiplay (UK) Ltd. > and the person or entity to whom it is addressed. In the event of > misdirection, the recipient is prohibited from using, copying, > printing or otherwise disseminating it or any information contained in > it. > In the event of misdirection, illegible or incomplete transmission > please telephone +44 845 868 1337 > or return the E.mail to postmaster@multiplay.co.uk. > --------------030202030002080703050602--