#17805·zfs

Kernel panics and hangs with adding segment (offset=1cc2ec4b000 size=8000) overlapping with existing one (offset=1cc2ec4b000 size=8000) when deleting snapshot

Author: nwildnerCreated Sep 30, 2025Updated Sep 17, 2026
LabelsType: Defect

System information

Type Version/Name
Distribution Name Arch Linux
Kernel Version 6.16.8-arch3-1
Architecture amd64
OpenZFS Version 2.3.4-1 - dkms

Describe the problem you're observing

One specific snapshot hangs when it is being automatically deleted by zfs-auto-snapshots or when being manually deleted by zfs destroy

Describe how to reproduce the problem

I don't know the specifics but this is the only snapshot that it is considerably bigger thatn the usual daily snapshots that I take on my laptop, keeping the last 7 of them.

Whenever I try to delete it, the PANIC: zfs: rt={spa=zdublin vdev_guid=11798591573025218853 ms_id=115 ms_defer}: adding segment (offset=1cc2ec4b000 size=8000) overlapping with existing one (offset=1cc2ec4b000 size=8000) message is provided, indicating "overlapping offsets"

Include any warning/errors/backtraces from the system logs

Before deleting the snapshot:

 zfs list -t snapshot
NAME                                                USED  AVAIL  REFER  MOUNTPOINT
zdublin/ROOT/archlinux@znap_2025-09-23-2300_daily  26.9M      -  33.8G  -
zdublin/ROOT/archlinux@znap_2025-09-25-2043_daily  22.7M      -  33.8G  -
zdublin/ROOT/archlinux@znap_2025-09-25-2300_daily   324M      -  34.1G  -
zdublin/ROOT/archlinux@znap_2025-09-26-2300_daily   288M      -  34.3G  -
zdublin/ROOT/archlinux@znap_2025-09-27-2300_daily   140M      -  34.7G  -
zdublin/ROOT/archlinux@znap_2025-09-29-2300_daily   140M      -  34.8G  -
zdublin/ROOT/archlinux@znap_2025-09-30-2300_daily  40.5M      -  34.8G  -
zdublin/home@znap_2025-09-19-2300_daily            6.55G      -   894G  -
zdublin/home@znap_2025-09-23-2300_daily             241M      -   896G  -
zdublin/home@znap_2025-09-25-2043_daily             239M      -   896G  -
zdublin/home@znap_2025-09-25-2300_daily             694M      -   896G  -
zdublin/home@znap_2025-09-26-2300_daily             547M      -   897G  -
zdublin/home@znap_2025-09-27-2300_daily             552M      -   897G  -
zdublin/home@znap_2025-09-29-2300_daily             568M      -   896G  -
zdublin/home@znap_2025-09-30-2300_daily             152M      -   897G  -

And then, it will hang and never delete it:

[  444.244548] PANIC: zfs: rt={spa=zdublin vdev_guid=11798591573025218853 ms_id=115 ms_defer}: adding segment (offset=1cc2ec4b000 size=8000) overlapping with existing one (offset=1cc2ec4b000 size=8000)
[  444.244553] Showing stack for process 475
[  444.244555] CPU: 3 UID: 0 PID: 475 Comm: z_fr_iss_1 Tainted: P           OE       6.16.8-arch3-1 #1 PREEMPT(full)  c3805c1210d56bc7a68d560dd9e968bb1cc9c38e
[  444.244558] Tainted: [P]=PROPRIETARY_MODULE, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
[  444.244559] Hardware name: ASUSTeK COMPUTER INC. ASUS TUF Dash F15 FX517ZR_FX517ZR/FX517ZR, BIOS FX517ZR.317 05/03/2023
[  444.244560] Call Trace:
[  444.244562]  <TASK>
[  444.244564]  dump_stack_lvl+0x5d/0x80
[  444.244570]  vcmn_err.cold+0x54/0x8d [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  444.244578]  zfs_panic_recover+0x75/0x90 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.244714]  zfs_range_tree_add_impl+0x3dd/0xf40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.244829]  ? __mutex_lock.constprop.0+0x103/0x7c0
[  444.244832]  metaslab_free_concrete+0x130/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.244944]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.245053]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.245163]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.245257]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.245349]  ? __wake_up+0x44/0x60
[  444.245352]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  444.245358]  ? __pfx_default_wake_function+0x10/0x10
[  444.245362]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  444.245452]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  444.245458]  kthread+0xf9/0x240
[  444.245460]  ? __pfx_kthread+0x10/0x10
[  444.245461]  ret_from_fork+0x1c1/0x1f0
[  444.245463]  ? __pfx_kthread+0x10/0x10
[  444.245464]  ret_from_fork_asm+0x1a/0x30
[  444.245466]  </TASK>
[  615.524468] INFO: task z_fr_iss_1:475 blocked for more than 122 seconds.
[  615.524473]       Tainted: P           OE       6.16.8-arch3-1 #1
[  615.524474] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  615.524475] task:z_fr_iss_1      state:D stack:0     pid:475   tgid:475   ppid:2      task_flags:0x288040 flags:0x00004000
[  615.524478] Call Trace:
[  615.524479]  <TASK>
[  615.524482]  __schedule+0x409/0x1330
[  615.524489]  schedule+0x27/0xd0
[  615.524493]  vcmn_err.cold+0x6b/0x8d [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.524502]  zfs_panic_recover+0x75/0x90 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.524698]  zfs_range_tree_add_impl+0x3dd/0xf40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.524841]  ? __mutex_lock.constprop.0+0x103/0x7c0
[  615.524843]  metaslab_free_concrete+0x130/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.524957]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525060]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525162]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525268]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525354]  ? __wake_up+0x44/0x60
[  615.525358]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.525364]  ? __pfx_default_wake_function+0x10/0x10
[  615.525367]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525454]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.525460]  kthread+0xf9/0x240
[  615.525462]  ? __pfx_kthread+0x10/0x10
[  615.525463]  ret_from_fork+0x1c1/0x1f0
[  615.525465]  ? __pfx_kthread+0x10/0x10
[  615.525466]  ret_from_fork_asm+0x1a/0x30
[  615.525468]  </TASK>
[  615.525473] INFO: task txg_sync:541 blocked for more than 122 seconds.
[  615.525475]       Tainted: P           OE       6.16.8-arch3-1 #1
[  615.525476] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  615.525477] task:txg_sync        state:D stack:0     pid:541   tgid:541   ppid:2      task_flags:0x288040 flags:0x00004000
[  615.525479] Call Trace:
[  615.525480]  <TASK>
[  615.525480]  __schedule+0x409/0x1330
[  615.525483]  ? lock_timer_base+0x70/0x90
[  615.525486]  schedule+0x27/0xd0
[  615.525487]  schedule_timeout+0x83/0x100
[  615.525489]  ? __pfx_process_timeout+0x10/0x10
[  615.525491]  io_schedule_timeout+0x5b/0x90
[  615.525493]  __cv_timedwait_common+0x12d/0x170 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.525500]  ? __pfx_autoremove_wake_function+0x10/0x10
[  615.525502]  __cv_timedwait_io+0x19/0x20 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.525506]  zio_wait+0x134/0x2c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525593]  dsl_scan_sync+0x59f/0x1570 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525697]  ? zio_wait+0x26a/0x2c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525780]  spa_sync+0x602/0x1080 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525881]  ? spa_txg_history_init_io+0x10d/0x120 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.525975]  txg_sync_thread+0x20a/0x3c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526068]  ? __pfx_txg_sync_thread+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526159]  ? __pfx_thread_generic_wrapper+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.526164]  thread_generic_wrapper+0x5b/0x80 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.526168]  kthread+0xf9/0x240
[  615.526169]  ? __pfx_kthread+0x10/0x10
[  615.526170]  ret_from_fork+0x1c1/0x1f0
[  615.526171]  ? __pfx_kthread+0x10/0x10
[  615.526172]  ret_from_fork_asm+0x1a/0x30
[  615.526173]  </TASK>
[  615.526201] INFO: task z_fr_iss_1:4133 blocked for more than 122 seconds.
[  615.526202]       Tainted: P           OE       6.16.8-arch3-1 #1
[  615.526203] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  615.526204] task:z_fr_iss_1      state:D stack:0     pid:4133  tgid:4133  ppid:2      task_flags:0x288040 flags:0x00004000
[  615.526205] Call Trace:
[  615.526206]  <TASK>
[  615.526206]  __schedule+0x409/0x1330
[  615.526208]  ? sysvec_apic_timer_interrupt+0xe/0x90
[  615.526211]  schedule+0x27/0xd0
[  615.526213]  schedule_preempt_disabled+0x15/0x30
[  615.526214]  __mutex_lock.constprop.0+0x3f4/0x7c0
[  615.526216]  metaslab_free_concrete+0xbd/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526326]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526427]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526527]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526609]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526691]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.526697]  ? __pfx_default_wake_function+0x10/0x10
[  615.526699]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526780]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.526784]  kthread+0xf9/0x240
[  615.526785]  ? __pfx_kthread+0x10/0x10
[  615.526786]  ret_from_fork+0x1c1/0x1f0
[  615.526787]  ? __pfx_kthread+0x10/0x10
[  615.526788]  ret_from_fork_asm+0x1a/0x30
[  615.526790]  </TASK>
[  615.526798] INFO: task z_fr_iss_1:4133 is blocked on a mutex likely owned by task z_fr_iss_1:475.
[  615.526799] task:z_fr_iss_1      state:D stack:0     pid:475   tgid:475   ppid:2      task_flags:0x288040 flags:0x00004000
[  615.526800] Call Trace:
[  615.526801]  <TASK>
[  615.526801]  __schedule+0x409/0x1330
[  615.526804]  schedule+0x27/0xd0
[  615.526805]  vcmn_err.cold+0x6b/0x8d [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.526810]  zfs_panic_recover+0x75/0x90 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.526905]  zfs_range_tree_add_impl+0x3dd/0xf40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527002]  ? __mutex_lock.constprop.0+0x103/0x7c0
[  615.527004]  metaslab_free_concrete+0x130/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527103]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527204]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527302]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527385]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527465]  ? __wake_up+0x44/0x60
[  615.527467]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.527473]  ? __pfx_default_wake_function+0x10/0x10
[  615.527475]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  615.527556]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  615.527561]  kthread+0xf9/0x240
[  615.527562]  ? __pfx_kthread+0x10/0x10
[  615.527563]  ret_from_fork+0x1c1/0x1f0
[  615.527564]  ? __pfx_kthread+0x10/0x10
[  615.527565]  ret_from_fork_asm+0x1a/0x30
[  615.527566]  </TASK>
[  738.404020] INFO: task z_fr_iss_1:475 blocked for more than 245 seconds.
[  738.404025]       Tainted: P           OE       6.16.8-arch3-1 #1
[  738.404026] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  738.404027] task:z_fr_iss_1      state:D stack:0     pid:475   tgid:475   ppid:2      task_flags:0x288040 flags:0x00004000
[  738.404030] Call Trace:
[  738.404031]  <TASK>
[  738.404034]  __schedule+0x409/0x1330
[  738.404041]  schedule+0x27/0xd0
[  738.404044]  vcmn_err.cold+0x6b/0x8d [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.404054]  zfs_panic_recover+0x75/0x90 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404193]  zfs_range_tree_add_impl+0x3dd/0xf40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404293]  ? __mutex_lock.constprop.0+0x103/0x7c0
[  738.404295]  metaslab_free_concrete+0x130/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404393]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404493]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404589]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404678]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404761]  ? __wake_up+0x44/0x60
[  738.404764]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.404771]  ? __pfx_default_wake_function+0x10/0x10
[  738.404774]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404855]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.404861]  kthread+0xf9/0x240
[  738.404863]  ? __pfx_kthread+0x10/0x10
[  738.404864]  ret_from_fork+0x1c1/0x1f0
[  738.404866]  ? __pfx_kthread+0x10/0x10
[  738.404867]  ret_from_fork_asm+0x1a/0x30
[  738.404869]  </TASK>
[  738.404874] INFO: task txg_sync:541 blocked for more than 245 seconds.
[  738.404875]       Tainted: P           OE       6.16.8-arch3-1 #1
[  738.404876] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  738.404877] task:txg_sync        state:D stack:0     pid:541   tgid:541   ppid:2      task_flags:0x288040 flags:0x00004000
[  738.404879] Call Trace:
[  738.404879]  <TASK>
[  738.404880]  __schedule+0x409/0x1330
[  738.404882]  ? lock_timer_base+0x70/0x90
[  738.404885]  schedule+0x27/0xd0
[  738.404886]  schedule_timeout+0x83/0x100
[  738.404888]  ? __pfx_process_timeout+0x10/0x10
[  738.404890]  io_schedule_timeout+0x5b/0x90
[  738.404892]  __cv_timedwait_common+0x12d/0x170 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.404898]  ? __pfx_autoremove_wake_function+0x10/0x10
[  738.404900]  __cv_timedwait_io+0x19/0x20 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.404904]  zio_wait+0x134/0x2c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.404992]  dsl_scan_sync+0x59f/0x1570 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405100]  ? zio_wait+0x26a/0x2c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405179]  spa_sync+0x602/0x1080 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405276]  ? spa_txg_history_init_io+0x10d/0x120 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405368]  txg_sync_thread+0x20a/0x3c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405456]  ? __pfx_txg_sync_thread+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405547]  ? __pfx_thread_generic_wrapper+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.405552]  thread_generic_wrapper+0x5b/0x80 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.405556]  kthread+0xf9/0x240
[  738.405557]  ? __pfx_kthread+0x10/0x10
[  738.405558]  ret_from_fork+0x1c1/0x1f0
[  738.405559]  ? __pfx_kthread+0x10/0x10
[  738.405560]  ret_from_fork_asm+0x1a/0x30
[  738.405562]  </TASK>
[  738.405587] INFO: task z_fr_iss_1:4133 blocked for more than 245 seconds.
[  738.405588]       Tainted: P           OE       6.16.8-arch3-1 #1
[  738.405588] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  738.405589] task:z_fr_iss_1      state:D stack:0     pid:4133  tgid:4133  ppid:2      task_flags:0x288040 flags:0x00004000
[  738.405590] Call Trace:
[  738.405591]  <TASK>
[  738.405591]  __schedule+0x409/0x1330
[  738.405593]  ? sysvec_apic_timer_interrupt+0xe/0x90
[  738.405596]  schedule+0x27/0xd0
[  738.405597]  schedule_preempt_disabled+0x15/0x30
[  738.405599]  __mutex_lock.constprop.0+0x3f4/0x7c0
[  738.405600]  metaslab_free_concrete+0xbd/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405706]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405805]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405902]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.405983]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406061]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.406067]  ? __pfx_default_wake_function+0x10/0x10
[  738.406069]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406150]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.406155]  kthread+0xf9/0x240
[  738.406156]  ? __pfx_kthread+0x10/0x10
[  738.406157]  ret_from_fork+0x1c1/0x1f0
[  738.406158]  ? __pfx_kthread+0x10/0x10
[  738.406159]  ret_from_fork_asm+0x1a/0x30
[  738.406160]  </TASK>
[  738.406167] INFO: task z_fr_iss_1:4133 is blocked on a mutex likely owned by task z_fr_iss_1:475.
[  738.406168] task:z_fr_iss_1      state:D stack:0     pid:475   tgid:475   ppid:2      task_flags:0x288040 flags:0x00004000
[  738.406169] Call Trace:
[  738.406169]  <TASK>
[  738.406170]  __schedule+0x409/0x1330
[  738.406172]  schedule+0x27/0xd0
[  738.406174]  vcmn_err.cold+0x6b/0x8d [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.406178]  zfs_panic_recover+0x75/0x90 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406274]  zfs_range_tree_add_impl+0x3dd/0xf40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406372]  ? __mutex_lock.constprop.0+0x103/0x7c0
[  738.406374]  metaslab_free_concrete+0x130/0x280 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406471]  metaslab_free_impl+0xac/0xe0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406568]  metaslab_free+0x10b/0x1c0 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406667]  zio_dva_free+0x29/0x40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406748]  zio_execute+0x89/0x130 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406828]  ? __wake_up+0x44/0x60
[  738.406830]  taskq_thread+0x38d/0x770 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.406835]  ? __pfx_default_wake_function+0x10/0x10
[  738.406837]  ? __pfx_zio_execute+0x10/0x10 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  738.406914]  ? __pfx_taskq_thread+0x10/0x10 [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  738.406919]  kthread+0xf9/0x240
[  738.406920]  ? __pfx_kthread+0x10/0x10
[  738.406921]  ret_from_fork+0x1c1/0x1f0
[  738.406922]  ? __pfx_kthread+0x10/0x10
[  738.406923]  ret_from_fork_asm+0x1a/0x30
[  738.406925]  </TASK>
[  861.283190] INFO: task z_fr_iss_1:475 blocked for more than 368 seconds.
[  861.283195]       Tainted: P           OE       6.16.8-arch3-1 #1
[  861.283197] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  861.283197] task:z_fr_iss_1      state:D stack:0     pid:475   tgid:475   ppid:2      task_flags:0x288040 flags:0x00004000
[  861.283200] Call Trace:
[  861.283201]  <TASK>
[  861.283205]  __schedule+0x409/0x1330
[  861.283212]  schedule+0x27/0xd0
[  861.283215]  vcmn_err.cold+0x6b/0x8d [spl 8ced19624840c0f637abb82a30a804698cd4a18c]
[  861.283224]  zfs_panic_recover+0x75/0x90 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  861.283414]  zfs_range_tree_add_impl+0x3dd/0xf40 [zfs 41bf71e6c0437a2383642c9128bd174d890d4536]
[  861.283546]  ? __mutex_lock.constprop.0+0x103/0x7c0
[  861.283548]  metaslab_free_concr