From owner-netperf-users@freebsd.org Sat Nov 21 05:01:31 2020 Return-Path: Delivered-To: netperf-users@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 667DF47B47D for ; Sat, 21 Nov 2020 05:01:31 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from tor1-11.mx.scaleengine.net (tor1-11.mx.scaleengine.net [IPv6:2001:470:1:474::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CdLqH28fnz3NHT; Sat, 21 Nov 2020 05:01:31 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (Seawolf.HML3.ScaleEngine.net [209.51.186.28]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by tor1-11.mx.scaleengine.net (Postfix) with ESMTPSA id 8E6B31F0B6; Sat, 21 Nov 2020 05:01:30 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.10.3 tor1-11.mx.scaleengine.net 8E6B31F0B6 Subject: Re: zoo reboot Friday Nov 20 14:00 UTC To: Mateusz Guzik Cc: mike tancsa , Philip Paeps , "Bjoern A. Zeeb" , netperf-admin@freebsd.org, netperf-users@freebsd.org References: <1f8e49ff-e3da-8d24-57f1-11f17389aa84@sentex.net> <5549CA9F-BCF4-4043-BA2F-A2C41D13D955@freebsd.org> <270b65c0-8085-fe2f-cf4f-7a2e4c17a2e8@sentex.net> <163d1815-fc4a-7987-30c5-0a21e8383c93@sentex.net> From: Allan Jude Message-ID: <5a46fa23-b09f-86c2-0cef-a9fbb248f2ec@freebsd.org> Date: Sat, 21 Nov 2020 00:01:29 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4CdLqH28fnz3NHT X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: netperf-users@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "Announcements and discussions related to the netperf cluster. " List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2020 05:01:31 -0000 On 2020-11-20 21:56, Mateusz Guzik wrote: > root@zoo2:/home/mjg # zpool import > pool: zroot > id: 11911329414887727775 > state: FAULTED > status: The pool metadata is corrupted. > action: The pool cannot be imported due to damaged devices or data. > The pool may be active on another system, but can be imported using > the '-f' flag. > see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-72 > config: > > zroot FAULTED corrupted data > mirror-0 DEGRADED > replacing-0 DEGRADED > 1517819109053923011 OFFLINE > ada0p3 ONLINE > ada1 ONLINE > mirror-1 ONLINE > ada3p3 ONLINE > ada4p3 ONLINE > mirror-2 ONLINE > ada5p3 ONLINE > ada6p3 ONLINE > mirror-3 ONLINE > gptid/db15e826-1a9c-11eb-8d25-0cc47a1f2fa0 ONLINE > gptid/d98a2545-1a9c-11eb-8d25-0cc47a1f2fa0 ONLINE > > > On 11/21/20, Allan Jude wrote: >> On 2020-11-20 18:05, mike tancsa wrote: >>> OK. Although looks like I will have to pull it in from backups now :( >>> >>> >>> root@zoo2:/home/mdtancsa # zpool import -f -R /mnt zroot >>> cannot import 'zroot': I/O error >>> Destroy and re-create the pool from >>> a backup source. >>> root@zoo2:/home/mdtancsa # >>> >>> all the disks are there :( Not sure why its not importing ? >>> >> >> Can you get the output of just: >> >> zpool import >> >> To try to see what the issue might be >> >> -- >> Allan Jude >> > > The special vdev appears to be being see as just a plain mirror vdev, that is odd. zdb -l /dev/gptid/db15e826-1a9c-11eb-8d25-0cc47a1f2fa0 -- Allan Jude