Ensure that:
- OpenShift cluster 4.6 is running with multiple compute nodes that are running RHCOS or Red Hat Enterprise Linux 7.9.
Note: Red Hat does not support running Red Hat Enterprise Linux 8.x on a compute node.
- Dell EMC PowerMax, PowerScale, and Unity storage systems are properly configured.
- FC switches are configured with proper zoning and compute nodes, and PowerMax or Unity storage systems are accessible to each other.
- PowerMax is configured for iSCSI or FC; Unity is configured for iSCSI, FC, and NFS; PowerScale storage systems are configured for NFS.
Multipath configuration
Follow these steps:
- Obtain base64 content of the multipath.conf file:
[core@csah multipathd]$ echo 'defaults {
user_friendly_names yes
find_multipaths yes
}
blacklist {
}' | base64 -w0
- Create a machine config YAML file and specify the base64 contents in the file by following the steps in this sample file in GitHub. As user core in the CSAH node, run:
[core@csah multipathd]$ oc create -f <machine config YAML>
Note: The preceding machine configuration applies only to compute nodes. After the machine configuration file is created, every compute node is rebooted one at a time after the configuration is applied.
The Dell CSI Operator for OpenShift is available in the operator hub.
Note: Install the Dell CSI Operator before you install any of the CSI drivers for the installed storage system.
To install the CSI Operator:
- Log in to the console using the kubeadmin username and password that are provided in the /home/core/openshift/auth/kubeadmin-password directory.
- Create a project in the CLI or from the OpenShift Console.
[core@csah ~]$ oc new-project dell-csi-operators
- Go to Operators > OperatorHub and type Dell in the Filter by keyword search option.
- Select DELL EMC CSI Operator and click Install, as shown in the following figure:

Figure 13. CSI Operator Installation
- Specify the namespace and select “A specific namespace on the cluster” under Installation Mode. Click Install.
The Subscription page opens, as shown in the following figure:

Figure 14. CSI Operator Subscription
- Validate the CSI Operator installation by running:
[core@csah ~]$ oc get pods -n dell-openshift-operators
NAME READY STATUS RESTARTS AGE
csi-operator-7bfc7fd59c-8q4hs 1/1 Running 0 4m3s