Re: ZFS PANIC: HELP.

From: Larry Rosenman <ler_at_lerctr.org>
Date: Sat, 26 Feb 2022 16:57:55 UTC
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!
-- 
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