Hello everyone,
I was going through some old ZFS snapshots after I stumbled on a particular snapshot that I could not delete:
This is reproducible. Not only is the SSH connection terminated or sshd killed but the kernel panics and reboots:
It is a mirrored pool with no errors:
Any ideas? Is it a hardware defect unnoticed by ZFS?
Best,
Chris
I was going through some old ZFS snapshots after I stumbled on a particular snapshot that I could not delete:
Code:
# zfs destroy -v zroot/jails/mantis@monthly-2025-07-01_05.30.01--6m
will destroy zroot/jails/mantis@monthly-2025-07-01_05.30.01--6m
Read from remote host arthur.fritz.box: Connection reset by peer
Connection to arthur.fritz.box closed.
client_loop: send disconnect: Broken pipe
This is reproducible. Not only is the SSH connection terminated or sshd killed but the kernel panics and reboots:
Code:
Dec 10 12:23:36 arthur savecore[1666]: reboot after panic: Solaris(panic): zfs: rt={spa=zroot vdev_guid=1996288907895677832 ms_id=73 ms_freeing}: adding segment (offset=12407e7000 size=1000) overlapping with existing one (offset=1240
Dec 10 12:23:36 arthur savecore[1666]: writing core to /var/crash/vmcore.6
It is a mirrored pool with no errors:
Code:
# zpool status
pool: zroot
state: ONLINE
scan: scrub repaired 0B in 00:09:41 with 0 errors on Wed Dec 10 02:09:41 2025
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada0p4 ONLINE 0 0 0
ada1 ONLINE 0 0 0
errors: No known data errors
Code:
chris@arthur ~> uname -r
15.0-RELEASE
chris@arthur ~> freebsd-version -kru
15.0-RELEASE
15.0-RELEASE
15.0-RELEASE
Any ideas? Is it a hardware defect unnoticed by ZFS?
Best,
Chris