Cluster Issues

NumaMemoryInterleave is not set to yes

NumaMemoryInterleave is set to yes by default on IBM Storage Scale beginning with version 5.2.0.

IBM Storage Scale container native enabled this functionality beginning with version 5.2.2.0. If you upgraded from any version up to v5.2.2.0, the upgrade process does not modify the value of NumaMemoryInterleave. If you find this value is set to no and you want to enable it, you will need to set this configuration value to true in the cluster CR.

Run the following command to set numaMemoryInterleave: yes:

kubectl patch cluster.scale ibm-spectrum-scale --type='merge' --patch '{"spec":{"daemon":{"clusterProfile":{ "numaMemoryInterleave":"yes"}}}}'