From owner-freebsd-current@FreeBSD.ORG Sat Aug 3 04:30:30 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 50072B94 for ; Sat, 3 Aug 2013 04:30:30 +0000 (UTC) (envelope-from harrison@glsan.com) Received: from mail-yh0-f49.google.com (mail-yh0-f49.google.com [209.85.213.49]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 120E62769 for ; Sat, 3 Aug 2013 04:30:29 +0000 (UTC) Received: by mail-yh0-f49.google.com with SMTP id f64so647459yha.8 for ; Fri, 02 Aug 2013 21:30:23 -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:subject :content-type:x-gm-message-state; bh=NP7Tpm1zqoVnfi6HL8KVAl5AFHlo/O1ZCr+WXK4HZQc=; b=n+i30yEN1s149OepT5Sy4+Hmb/4HoE1aAQzxRLsZsCm+2aumdFz5Co6LoTQO2pvCca hAicXJ3IfdLSUe1V2/3OHvUJu4pGP0jv0SdOmGS5rsLexzjc+SBfZiaUUZLrawQm+8mv sczKI+W6W4Mi5+pNm+/V/ZCq4SzuFsisINJ4C1u8dAppn/d/reo0KTVhibxaFdXqGCwm NLMtzbZBW7AOMnt5YH6wfvrDHR1tIFbXOEL+Y9In1K6bzxdzlmkLacruO62w+4G94vHX lMP4dVFwhFshdC5o52KLfFknYiRKTKnmDxKwvMioOII2UZGHs3QSr9lU5njGH8nWhkiH HT6Q== X-Received: by 10.236.132.35 with SMTP id n23mr6024048yhi.49.1375504222917; Fri, 02 Aug 2013 21:30:22 -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 s65sm17357657yhs.14.2013.08.02.21.30.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 Aug 2013 21:30:22 -0700 (PDT) Message-ID: <51FC875C.2090005@glsan.com> Date: Fri, 02 Aug 2013 23:30:20 -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: freebsd-current@freebsd.org Subject: zfs zpool import fails 9.2-beta2 Content-Type: multipart/mixed; boundary="------------020303030307010106020104" X-Gm-Message-State: ALoCoQnR2MhUL5yQiMe/1IdxRqtGuoFgv5dbDK+IJ9j7HH24SeSZxVchmDosR+COyHHnDQVDeuDo X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 04:30:30 -0000 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--