Hello everyone,
I just updated my server from
5.11.22-5-pve
to
5.11.22-7-pve
, and have issues afterwards with the commands "arcstat" and "arc_summary".
They throw following errors now:
Does anyone have this issue?
I just updated my server from
5.11.22-5-pve
to
5.11.22-7-pve
, and have issues afterwards with the commands "arcstat" and "arc_summary".
They throw following errors now:
Bash:
root@Proxmox:~# arcstat
time read miss miss% dmis dm% pmis pm% mmis mm% size c avail
Traceback (most recent call last):
File "/usr/sbin/arcstat", line 554, in <module>
main()
File "/usr/sbin/arcstat", line 538, in main
calculate()
File "/usr/sbin/arcstat", line 485, in calculate
v["el2mfu"] = d["evict_l2_eligible_mfu"] / sint
KeyError: 'evict_l2_eligible_mfu'
Code:
root@Proxmox:~# arc_summary
------------------------------------------------------------------------
ZFS Subsystem Report Tue Nov 09 18:53:50 2021
Linux 5.11.22-7-pve 2.0.6-pve1
Machine: Proxmox (x86_64) 2.0.6-pve1
ARC status: HEALTHY
Memory throttle count: 0
ARC size (current): 4.1 % 1.3 GiB
Target size (adaptive): 6.2 % 2.0 GiB
Min size (hard limit): 6.2 % 2.0 GiB
Max size (high water): 16:1 31.3 GiB
Most Frequently Used (MFU) cache size: 41.9 % 280.6 MiB
Most Recently Used (MRU) cache size: 58.1 % 389.5 MiB
Metadata cache size (hard limit): 75.0 % 23.4 GiB
Metadata cache size (current): 3.3 % 801.1 MiB
Dnode cache size (hard limit): 10.0 % 2.3 GiB
Dnode cache size (current): 1.2 % 27.9 MiB
ARC hash breakdown:
Elements max: 6.2M
Elements current: 100.0 % 6.2M
Collisions: 1.8M
Chain max: 7
Chains: 1.4M
ARC misc:
Deleted: 1.4k
Mutex misses: 0
Eviction skips: 2.0k
Eviction skips due to L2 writes: 0
L2 cached evictions: 0 Bytes
L2 eligible evictions: 21.3 MiB
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/sbin/arc_summary", line 986, in <module>
main()
File "/usr/sbin/arc_summary", line 980, in main
section_calls[section](kstats)
File "/usr/sbin/arc_summary", line 620, in section_arc
f_perc(arc_stats['evict_l2_eligible_mfu'],
KeyError: 'evict_l2_eligible_mfu'
Original exception was:
Traceback (most recent call last):
File "/usr/sbin/arc_summary", line 986, in <module>
main()
File "/usr/sbin/arc_summary", line 980, in main
section_calls[section](kstats)
File "/usr/sbin/arc_summary", line 620, in section_arc
f_perc(arc_stats['evict_l2_eligible_mfu'],
KeyError: 'evict_l2_eligible_mfu'
Does anyone have this issue?
Last edited: