Unsolved
3 Posts
0
577
June 23rd, 2021 06:00
CSI operator: different operator version if install is via OLM or Manual ?
Customer tried to install dell-csi-operator for OpenShift 4.6 version (with storage Dell EMC Unity) using both OLM and manual method according to Dell Github page:
https://dell.github.io/storage-plugin-docs/docs/installation/operator/
Using the "OLM method" the version installed is:
-----
operator image: dellemc/csi-operator:1.2.0.000R
-----
and parameters on CSIUnity resource are the following:
spec:
driver:
common:
envs:
- name: X_CSI_UNITY_DEBUG
value: 'true'
image: 'dellemc/csi-unity:v1.4.0.000R'
imagePullPolicy: IfNotPresent
configVersion: v3
while installing via "manual method" the operator version got installed is:
operator image: dellemc/csi-operator:1.4.0.000R
Why two different version ?
In manual installation what is the correct csi unity yaml file to use considering OpenShift version 4.6 ?
Also customer could upgrade OpenShift to 4.7, in this case what is the procedure to upgrade Unity CSI ?
thanks
Thar_J
42 Posts
0
June 25th, 2021 07:00
Hi @galanm
The Last Red hat certified version of Dell csi operator version is 1.2 that is why you are able to see only v1.2 of the operator. The latest operator is available for download within the embedded OperatorHub in OpenShift console if the community-operators catalog is enabled. This operator is fully supported by Dell EMC.
Please find the community - Dell csi operator in the link below.
https://dell.github.io/storage-plugin-docs/docs/partners/redhat/
Regards
Thar_J