Common service installation and upgrade issues
Use this troubleshooting information to resolve common install and upgrade problems related to IBM Fusion services.
ImagePull failure during installation or upgrade of any service
If an ImagePull failure occurs during the installation or upgrade of any
service, then restart the pod and retry. If the issue persists, contact IBM support.
Rook-cephfs pods are in CrashLoopBackOff off state
- Problem statement
- Data Cataloging and Backup & Restore services that are installed, go into
degraded state, and
rook-ceph-mds-ocs-storageclusterpods are inCrashLoopBackOffstate.
- Resolution
- Follow the steps to resolve the issue:
- If IBM Fusion is installed with OpenShift® Container Platform or Data Foundation v4.10.x, then you can upgrade it to v4.11.x.
- The upgrade of OpenShift Container
Platformor Data Foundation from v4.10.x to v4.11.x resolves the
CrashLoopBackOfferror inrook-ceph-mds-ocs-storageclusterpods and get it to running state. Eventually services also go to healthy state.Note: Also, you can upgrade OpenShift Container Platform or Data Foundation to further versions supported by IBM Fusion.
Service upgrade option unavailable
- Problem statement
- IBM Fusion services upgrade option is
unavailable as the
FusionServiceDefinitionCR is not updated.
- Resolution
- Follow the steps to resolve the issue:
- Get the backup of the
FusionServiceDefinitionCR of the services having this issue. - Run the following command and export IBM Fusionnamespace as an environmental
variable.
export FUSION_NS="namespace-where-fusion-is-installed" - Run the following to delete the
FusionServiceDefinitionCR.oc delete fsd <fsd-name> -n $FUSION_NS - Run the following command to delete the
isf-prereq-operatorpod in the namespace installed in the IBM Fusion.oc get pods -n $FUSION_NS --no-headers | grep "isf-prereq-operator-controller-manager" | awk '{print $1}' | xargs oc delete pod -n $FUSION_NSThe
isf-prereq-operatorpod restarts and theFusionServiceDefinitionCR gets updated with the new values.
- Get the backup of the
Troubleshooting common installation issues
- If you find an error saying
Configmap fusionplatform not found in fusion namespacein the preparer operator logs, then the error does not have any impact and can be ignored from theisf-prereq-operator-controller-manager-xxxxpod logs -
- Problem statement
- Whenever the upgrade button is unavailable for any service
- Resolution
- During the offline upgrade, if you do not see the upgrade button for any of the services after
upgrading IBM Fusion operator, then check the
catalogsourcepod, and it should be in a running state. For anyimagepullbackofferror, ensure you have completed mirroring and updatedimagecontentsourcepolicy.