Comment 6 for bug 2049242

Revision history for this message
Makoto Naka (mslash) wrote :

I experienced the same behaviour on

Operating System: Ubuntu 23.10
          Kernel: Linux 6.5.0-15-generic
    Architecture: x86-64 (Intel N100 4CPU)

And the following mount options:

//<nas ip>/paperless /share/smb/paperless cifs credentials=/root/.smbcredentials,multichannel,iocharset=utf8 0 0

9 cifs mounts in total with the same options and a totally idle system goes from 0 to 10 Load average

Nfs mounts are not producing this bug, it's strictly cifs related.

Before mounts:

cat /proc/loadavg
0.00 0.26 3.15 1/244 203137

After mounts:

cat /proc/loadavg
9.99 7.37 5.39 1/252 203256

That said all other metrics cpu/io/memory... are totally fine, just a calculation bug I suppose.