Bug 2155743
Summary: | ODF Dashboard fails to load | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Soumi Mitra <smitra> |
Component: | odf-operator | Assignee: | Bipul Adhikari <badhikar> |
Status: | CLOSED ERRATA | QA Contact: | Oded <oviner> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.10 | CC: | badhikar, jdelaros, kramdoss, muagarwa, nberry, nigoyal, ocs-bugs, odf-bz-bot, olim, tdesala |
Target Milestone: | --- | ||
Target Release: | ODF 4.13.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: In rare cases ODF UI container was crashing. The liveness probe was not configured.
Consequence: As a result of lack of liveness probe Openshift could not figure out when the container required a restart.
Fix: We configured liveness probe.
Result: When the UI container crashes Openshift is aware and performs a restart.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2023-06-21 15:22:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Comment 2
Nitin Goyal
2022-12-22 07:58:31 UTC
This is a cache issue fixed by https://bugzilla.redhat.com/show_bug.cgi?id=2155743 Please ask the customer to clear the cache. Bipul you mentioned the same bug, Can you pls mention the bug again? My bad PTAL https://bugzilla.redhat.com/show_bug.cgi?id=2130917 I need to know the exact version of OCP and ODF for the cluster that is facing this issue. Is the OCP version 4.9 / 4.10? Steps for clearing the cache depend on which browser is being used. I would suggest that the user try running it in incognito mode. If this issue persists in incognito mode then the browser cache is not the issue. If the cache is not the issue. It could be that the base path has been not set correctly after the OCP and ODF upgrade. To check the base path please run `oc get consoleplugins.console.openshift.io/odf-console` If the basePath is not set to `/`, then please run `oc patch consoleplugins.console.openshift.io/odf-console -p '{"spec": {"service": {"basePath": "/"}}}' --type merge` Hi lets sync via email to schedule a call with customer. Hi Bipul, Do we need any fix for this bug? Shall we keep it or move it to the next release? If no fix is required shall we close it. We need to add health checks for the odf-console pod. Taking it in for 4.13 Bug fixed. Test Process: 1. Install OCP4.12 + ODF4.12 2. Upgrade OCP [4.12->4.13] 4.13.0-rc.6 3. Verify ODF Dashborad 4.Upgatde OCS 4.12->4.13 5. Verify ODF Dashborad for more info: https://docs.google.com/document/d/1GTRKqzin1sMeR3cBZvsuMakgzZvs88HXloonennvdas/edit Verified GET requests initiated by kube-probe [not on upgraded cluster] 10.128.2.2 - - [01/May/2023:19:22:05 +0000] "GET /plugin-manifest.json HTTP/1.1" 200 20576 "-" "kube-probe/1.26" "-" 10.128.2.2 - - [01/May/2023:19:23:05 +0000] "GET /plugin-manifest.json HTTP/1.1" 200 20576 "-" "kube-probe/1.26" "-" 10.128.2.2 - - [01/May/2023:19:24:05 +0000] "GET /plugin-manifest.json HTTP/1.1" 200 20576 "-" "kube-probe/1.26" "-" 10.128.2.2 - - [01/May/2023:19:25:05 +0000] "GET /plugin-manifest.json HTTP/1.1" 200 20576 "-" "kube-probe/1.26" "-" 10.128.2.2 - - [01/May/2023:19:26:05 +0000] "GET /plugin-manifest.json HTTP/1.1" 200 20576 "-" "kube-probe/1.26" "-" setup: ODF Version: odf-operator.v4.13.0-179.stable OCP version: 4.13.0-0.nightly-2023-04-29-073308 Platfrom: Vsphere Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat OpenShift Data Foundation 4.13.0 enhancement and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:3742 |