[Bug 276341] zfs panic: VERIFY3(rc->rc_count == number) failed

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 May 2024 09:47:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276341

Alexander Leidinger <netchild@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |netchild@FreeBSD.org

--- Comment #23 from Alexander Leidinger <netchild@FreeBSD.org> ---
I see the "VERIFY3 rc_count" panic on every reboot.

Reboots are typically to update into a more recent -current:
# bectl list                      
BE                   Active Mountpoint Space Created
2024-03-31-120210    -      -          1.55G 2024-03-31 14:17
2024-04-08-112551    -      -          1.49G 2024-04-08 11:27
2024-04-17-112537    -      -          1.50G 2024-04-17 12:37
2024-04-24-152825    -      -          1.44G 2024-04-24 19:46
2024-05-03-084438    -      -          1.43G 2024-05-03 10:07
2024-05-13-092336    NR     /          12.6G 2024-05-13 20:48


2 pools with ssd/nvme as cache/log. 1 pool mirror, 1 pool raidz2. Both pools
use the same disks.

  pool: rpool
config:
        NAME                                  STATE     READ WRITE CKSUM
        rpool                                 ONLINE       0     0     0
          mirror-0                            ONLINE       0     0     0
            diskid/DISK-WD-WCC4N4KLEZT7p3     ONLINE       0     0     0
            diskid/DISK-WD-WCC4N1DF9DA2p3     ONLINE       0     0     0
            diskid/DISK-WD-WX52D625R0NTp3     ONLINE       0     0     0
            diskid/DISK-WD-WCC4N1PYJ3F8p3     ONLINE       0     0     0
        logs
          diskid/DISK-1107651133000999009Cp1  ONLINE       0     0     0
        cache
          diskid/DISK-1107651133000999009Cp2  ONLINE       0     0     0

errors: No known data errors

  pool: space
config:
        NAME                               STATE     READ WRITE CKSUM
        space                              ONLINE       0     0     0
          raidz2-0                         ONLINE       0     0     0
            diskid/DISK-WD-WCC4N4KLEZT7p4  ONLINE       0     0     0
            diskid/DISK-WD-WCC4N1DF9DA2p4  ONLINE       0     0     0
            diskid/DISK-WD-WX52D625R0NTp4  ONLINE       0     0     0
            diskid/DISK-WD-WX52D625R2TPp4  ONLINE       0     0     0
            diskid/DISK-WD-WCC4N1PYJ3F8p4  ONLINE       0     0     0
        logs
          diskid/DISK-S649NL0T819360Vp2    ONLINE       0     0     0
        cache
          diskid/DISK-S649NL0T819360Vp3    ONLINE       0     0     0

errors: No known data errors

-- 
You are receiving this mail because:
You are the assignee for the bug.