Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Feb 2022 11:08:43 -0600
From:      Larry Rosenman <ler@lerctr.org>
To:        Juraj Lutter <juraj@lutter.sk>
Cc:        Alexander Leidinger <Alexander@leidinger.net>, Rob Wing <rob.fx907@gmail.com>, Alexander Motin <mav@freebsd.org>, Freebsd current <freebsd-current@freebsd.org>
Subject:   Re: ZFS PANIC: HELP.
Message-ID:  <85057850abd46331c95b9a2f3a0c07d8@lerctr.org>
In-Reply-To: <8df623691922973b5e9b8609d78c4cfa@lerctr.org>
References:  <07c0c9c34b4a4133acab597c96867d27@lerctr.org> <95c7c326-e2f9-6e66-7b97-b9fb2671f4ad@FreeBSD.org> <1b6b2017ba69e6fda1ca237c3016ac61@lerctr.org> <a5f379a6-c2bd-f1e9-a281-bb657f3ccb75@FreeBSD.org> <6182c57bf1859482e72af78037c399e4@lerctr.org> <7abcbe88-446f-44b9-c3a7-0997d3430b57@FreeBSD.org> <2bc12c9ee3e6dd71b65079116ff2b845@lerctr.org> <5930f3d2b71c0932f903bb5b88a3c87d@lerctr.org> <e9b95fed-9a3c-623c-c046-f0a7fd609eb6@FreeBSD.org> <CAF3%2Bn_fYSHLxYGp0jUbFg8%2BPFkEJAp7QMCX2BWMk4ePrn0=1yA@mail.gmail.com> <a414d6f4ad21af3044444b22acbe42bd@lerctr.org> <CAF3%2Bn_cevarxBYMJ5%2BGeTex6C%2Be-A79TbpDL-Pd7jsWPKfu=SA@mail.gmail.com> <36d3896af19acc4fdd1712822ba9d420@lerctr.org> <9f6a8ad62fc0dbd6f3a19c7d695bd302@lerctr.org> <c2fb568ba91c61974cb439f6bda1aec3@lerctr.org> <20220225091120.Horde.76VjoVNtr5BsqAw_5ftjpRZ@webmail.leidinger.net> <d1db05269410cb5d8b0ba00b264d26e9@lerctr.org> <04CB94C0-93FE-402B-A24E-1BDAC0D87C5D@lutter.sk> <8df623691922973b5e9b8609d78c4cfa@lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/26/2022 10:57 am, Larry Rosenman wrote:
> On 02/26/2022 10:37 am, Juraj Lutter wrote:
>>> On 26 Feb 2022, at 03:03, Larry Rosenman <ler@lerctr.org> wrote:
>>> I'm running this script:
>>> #!/bin/sh
>>> for i in $(zfs list -H | awk '{print $1}')
>>> do
>>>   FS=$1
>>>   FN=$(echo ${FS} | sed -e s@/@_@g)
>>>   sudo zfs send -vecLep ${FS}@REPAIR_SNAP | ssh 
>>> ler@freenas.lerctr.org cat - \> $FN
>>> done
>>> 
>>> 
>>> 
>> I’d put, like:
>> 
>> echo ${FS}
>> 
>> before “sudo zfs send”, to get at least a bit of a clue on where it 
>> can get to.
>> 
>> otis
>> 
>> 
>> —
>> Juraj Lutter
>> otis@FreeBSD.org
> I just looked at the destination to see where it died (it did!) and I
> bectl destroy'd the
> BE that crashed it, and am running a new scrub -- we'll see whether
> that was sufficient.
> 
> Thanks, all!
Well, it was NOT sufficient.... More zfs export fun to come :(

-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640                 E-Mail: ler@lerctr.org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?85057850abd46331c95b9a2f3a0c07d8>