From owner-freebsd-fs@FreeBSD.ORG Tue Jan 26 10:27:59 2010 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550371065670 for ; Tue, 26 Jan 2010 10:27:59 +0000 (UTC) (envelope-from sty@blosphere.net) Received: from mail-px0-f183.google.com (mail-px0-f183.google.com [209.85.216.183]) by mx1.freebsd.org (Postfix) with ESMTP id 31B658FC14 for ; Tue, 26 Jan 2010 10:27:58 +0000 (UTC) Received: by pxi13 with SMTP id 13so3100412pxi.3 for ; Tue, 26 Jan 2010 02:27:58 -0800 (PST) MIME-Version: 1.0 Sender: sty@blosphere.net Received: by 10.115.116.7 with SMTP id t7mr5381578wam.132.1264501678645; Tue, 26 Jan 2010 02:27:58 -0800 (PST) In-Reply-To: References: <3F785019-DB0E-4385-97EB-7CE69A11647A@gmail.com> <02786740-7076-4C92-89EE-E1EFC2120E33@gmail.com> Date: Tue, 26 Jan 2010 19:27:58 +0900 X-Google-Sender-Auth: 98fb97888d987aa3 Message-ID: From: =?UTF-8?B?VG9tbWkgTMOkdHRp?= To: freebsd-fs@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: slight zfs problem after playing with WDIDLE3 and WDTLER X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2010 10:27:59 -0000 2010/1/26 Tommi L=C3=A4tti : > 2010/1/26 Artem Belevich : >> Importing/exporting pool created on FreeBSD did work fine for me. The >> pool built with labeled GPT slices (/dev/gpt/blah). OpenSolaris did >> use its own funky names but that's about all that was different. > > Half of my arrays is on labels, but I guess OpenSol will figure it out. > >> Just don't upgrade pool or filesystem by accident. If you do, you will >> not be able to use it back on FreeBSD. > > I don't think I'm re-importing the pool back to bsd, going to play it > safe and just copying the data off and then re-create the pool. Ohshit it worked # zpool status tank pool: tank state: ONLINE status: The pool is formatted using an older on-disk format. The pool can still be used, but some features are unavailable. action: Upgrade the pool using 'zpool upgrade'. Once this is done, the pool will no longer be accessible on older software versions. scrub: none requested config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 raidz1-0 ONLINE 0 0 0 c8t1d0p0 ONLINE 0 0 0 c8t2d0s2 ONLINE 0 0 0 c8t3d0p0 ONLINE 0 0 0 raidz1-1 ONLINE 0 0 0 c8t0d0p0 ONLINE 0 0 0 c8t4d0p0 ONLINE 0 0 0 c8t5d0p0 ONLINE 0 0 0 errors: No known data errors I just did zpool import -f tank and that was it, not complaints. The opensol kernel still sees that the one of the drives has less sectors but doesn't seem to be bothered. Now starts the real work, moving 3.26TB of data... :/ Thanks everyone for the good ideas :) --=20 br, Tommi