From owner-freebsd-stable@freebsd.org Tue Nov 22 08:43:04 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E4B8C4F5F4 for ; Tue, 22 Nov 2016 08:43:04 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (ingresso-1-pt.tunnel.tserv1.lon2.ipv6.he.net [IPv6:2001:470:1f1c:411::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3097614BC for ; Tue, 22 Nov 2016 08:43:04 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from dilbert.london-internal.ingresso.co.uk ([10.64.50.6] helo=dilbert.ingresso.co.uk) by constantine.ingresso.co.uk with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1c96fO-000IVH-Ga; Tue, 22 Nov 2016 08:43:02 +0000 Received: from petefrench by dilbert.ingresso.co.uk with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1c96fO-0004v1-Ef; Tue, 22 Nov 2016 08:43:02 +0000 To: arcade@b1t.name, freebsd-stable@freebsd.org Subject: Re: Help! two machines ran out of swap and corrupted their zpools! In-Reply-To: <583339F0.7050905@b1t.name> Message-Id: From: Pete French Date: Tue, 22 Nov 2016 08:43:02 +0000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 08:43:04 -0000 > zpool import -N -O readonly=on -f -R /mnt/somezpoool > > If that doesn't help try: > > zpool import -N -O readonly=on -f -R /mnt/somezpoool -Fn I got someone to do this (am still having toruble finding time as am supposed to be off sick) and it causes instant kernel panic on trying to import the pool. Same as it does on boot. > Drop us a line of your configuration and used ZFS features. Like dedup, > snapshots, external l2 logs and caches. 10.3-STABLE r303832 from start of August. One simple pool, two drives mirrored, GPT formatted drives. No dedup, no snapshots, no external logs or caches. We have lz4 comression enabled on the filesystem, but apart from that its an utterly bog-standard setup. Am an leaning towards faulty hardware now actually... seems most likely... -pete.