Worker node configuration
Applying Machine Config Operator (MCO) settings
The following MachineConfiguration
is provided as a convenience to easily change the following configuration:
-
Kernel development and kernel header packages
Install the kernel-related packages for IBM Storage Scale to successfully build its portability layer.
-
Increase vmalloc kernel parameter
Modify the kernel parameters that are needed to operate properly with Red Hat CoreOS. This applies only to the IBM Storage Scale running on Linux™ on Z.
Apply the correct sample file based on your OpenShift Container Platform version and machine architecture.
-
If you are running x86_64, enter the following command:
For 4.14:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.14/mco_x86_64.yaml
For 4.15:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.15/mco_x86_64.yaml
For 4.16:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.16/mco_x86_64.yaml
-
If you are running ppc64le, enter the following command:
For 4.14:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.14/mco_ppc64le.yaml
For 4.15:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.15/mco_ppc64le.yaml
For 4.16:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.16/mco_ppc64le.yaml
-
If you are running s390x, enter the following command:
For 4.14:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.14/mco_s390x.yaml
For 4.15:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.15/mco_s390x.yaml
For 4.16:
oc apply -f https://raw.githubusercontent.com/IBM/ibm-spectrum-scale-container-native/v5.2.1.x/generated/scale/mco/ocp4.16/mco_s390x.yaml