General Page
The IBM Fusion user interface does not display the details of the new network adapters. This lack of visibility can affect monitoring. Additionally, attempting to view information about the ports for these nodes on the Details page causes the user interface to crash.
It includes configuration changes that enable the IBM Fusion user interface to detect and display the new adapter hardware. As a result, the GPU nodes inventory is fully visible, and runtime issues that cause the user interface to fail are resolved.
Note: Apply this hotfix after stage 2 is completed on the rack when the cluster is up and running on the rack.
Requirements for offline environments:
- Run the following commands to mirror the compute operator and user interface images to your offline registry:
skopeo copy --insecure-policy --preserve-digests --all docker://cp.icr.io/cp/fusion-hci/isf-compute-operator@sha256:4a420e2e9930ace93a16e636f090f2b5332beb87c8ede816aba104de529e8c32 docker://$TARGET_PATH/cp/fusion-hci/isf-compute-operator@sha256:4a420e2e9930ace93a16e636f090f2b5332beb87c8ede816aba104de529e8c32
skopeo copy --insecure-policy --preserve-digests --all docker://cp.icr.io/cp/fusion-hci/fusion-ui@sha256@sha256:a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33 docker://$TARGET_PATH/cp/fusion-hci/fusion-ui@sha256:a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33
Replace the $TARGET_PATH with the path to your target offline registry.
For example:
If your TARGET_PATH is: docker-na-public.artifactory.swg-devops.com/hyc-abell-devops-team-dev-offline-docker-local/hci-auto-ga-211
Then the commands would be:
skopeo copy --insecure-policy --preserve-digests --all docker://cp.icr.io/cp/fusion-hci/isf-compute-operator@sha256:4a420e2e9930ace93a16e636f090f2b5332beb87c8ede816aba104de529e8c32 docker://docker-na-public.artifactory.swg-devops.com/hyc-abell-devops-team-dev-offline-docker-local/hci-auto-ga-211/cp/fusion-hci/isf-compute-operator@sha256:4a420e2e9930ace93a16e636f090f2b5332beb87c8ede816aba104de529e8c32
skopeo copy --insecure-policy --preserve-digests --all docker://cp.icr.io/cp/isf/fusion-ui@sha256:a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33 docker://docker-na-public.artifactory.swg-devops.com/hyc-abell-devops-team-dev-offline-docker-local/hci-auto-ga-211/fusion-ui@sha256:a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33
- Follow the resolution steps to apply the hotfix.
Requirements for online environments:
- Use the following images directly to apply the hotfix:
- Compute operator image - cp.icr.io/cp/fusion-hci/isf-compute-operator@sha256:4a420e2e9930ace93a16e636f090f2b5332beb87c8ede816aba104de529e8c32
- User interface operator image - cp.icr.io/cp/fusion-hci/fusion-ui@sha256@sha256:a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33
- Update the IBM Storage Fusion operator as follows:
- Log in to the OpenShift Container Platform web console.
- Go to Operators > Installed Operators.
- In the Project drop-down, select the
ibm-spectrum-fusion-nsnamespace. - Click the IBM Storage Fusion installed operator.
- Click the YAML tab to open the YAML editor screen.
- In the editor, search for the string
isf-compute-operator@sha256. - Under the label
control-plane: isf-compute-operator, update the image in themanagercontainer field with the new compute operator image.
For example:
/manager
image: cp.icr.io/cp/fusion-hci/isf-compute-operator@sha256:4a420e2e9930ace93a16e636f090f2b5332beb87c8ede816aba104de529e8c32
Note: If the setup is offline, replace the value ofimagewith the corresponding compute operator offline image.
-
Click Save.
- Verify the isf-compute-operator pod as follows:
- Run
oc get poto list the pods. - Run
oc describe po <isf-compute-operator-pod-name>to inspect the image used in themanagercontainer.
- Run
- Update the management user interface configmap as follows:
- Go to Workloads > ConfigMaps.
- In the Project drop-down, select the
ibm-spectrum-fusion-nsnamespace. - Search for the configmap named
cr-version-cmand open it. - Click the YAML tab to edit the configmap.
- Search for the key
isf-management-ui_image_pathand update its value to:
cp.icr.io/cp/fusion-hci/fusion-ui@sha256
Note: If the setup is offline, replace the value ofisf-management-ui_image_pathwith the corresponding image path. For example,$TARGET_PATH/cp/fusion-hci/fusion-ui@sha256.
- Search for the key
isf-management-ui_versionand update its value to:
a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33 - Confirm the ConfigMap looks like the following and click Save:
{
"isf-management-ui_image_path": "cp.icr.io/cp/fusion-hci/fusion-ui@sha256",
"isf-management-ui_version": "a8572133016d8a241f2dee5bca193fed5e26a809e76bd03f23996cb160e6bf33"
}
Note: Theisf-management-ui_image_pathwould be different for offline setup. - Acknowledge the warning that the configmap is managed by another resource.
- Redeploy the management user interface as follows:
- Go to Workloads > Deployments.
- Search for the
isf-ui-depdeployment and delete it. - Confirm the deletion and select the Delete dependent resources check box.
- The
isf-ui-depdeployment automatically redeploy using the updated image from thecr-version-cm.
Was this topic helpful?
Document Information
Modified date:
14 October 2025
UID
ibm17247832