BMYSS01028E
Storage service image is not matched in the cr-version-cm
configmap.
Severity
Error
Problem description
It indicates that the storage service image is not matched in the cr-version-cm
configmap. The isf-storage-services image in cr-version-cm
configmap and isf-storage-service-dep pod image must match for the upgrade to be
successful.
Recommended actions
Do the following steps to resolve the issue:
- Run the following command to check the
isf-storage-servicesimage in thecr-version-cmconfigmap.oc get cm cr-version-cm -n ibm-spectrum-fusion-ns -oyaml - Run the following command to get the list of pods in the
ibm-spectrum-fusion-nsnamespace.oc get pods -n ibm-spectrum-fusion-ns - Run the following command to get the image of the
isf-storage-service-deppod.oc get pod <pod name> -n ibm-spectrum-fusion-ns -oyaml | grep 'image:' - Check whether the
isf-storage-serviceimage is same on configmap and deployment. - Wait for the image to be updated. If images are different, then replace
isf-storage-servicesdeployment image withisf-storage-servicesimage in thecr-version-cmconfigmap.The upgrade operation resumes automatically after the image mismatch is resolved.