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-services
image in thecr-version-cm
configmap.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-ns
namespace.oc get pods -n ibm-spectrum-fusion-ns
- Run the following command to get the image of the
isf-storage-service-dep
pod.oc get pod <pod name> -n ibm-spectrum-fusion-ns -oyaml | grep 'image:'
- Check whether the
isf-storage-service
image is same on configmap and deployment. - Wait for the image to be updated. If images are different, then replace
isf-storage-services
deployment image withisf-storage-services
image in thecr-version-cm
configmap.The upgrade operation resumes automatically after the image mismatch is resolved.