Bug 1959041
Summary: | LSO Cluster UI,"Troubleshoot" link does not exist after scale down osd pod | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Oded <oviner> | ||||
Component: | Console Storage Plugin | Assignee: | Pranshu Srivastava <prasriva> | ||||
Status: | CLOSED ERRATA | QA Contact: | Oded <oviner> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.8 | CC: | afrahman, aos-bugs, badhikar, nberry, nthomas, prasriva | ||||
Target Milestone: | --- | Flags: | prasriva:
needinfo-
prasriva: needinfo- prasriva: needinfo- prasriva: needinfo- |
||||
Target Release: | 4.8.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: Duplicate alert "CephOSDDiskUnavailable" caused "Troubleshoot" to never show up after scaling down an OSD deployment.
Consequence: Users won't be able to go to the relevant troubleshooting web page.
Fix: Replaced duplicate alert "CephOSDDiskUnavailable" to "CephOSDDiskNotResponding" for "console.alert-action" type.
Result: The aforementioned bug is fixed now.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-07-27 23:07:46 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: | |||||||
Attachments: |
|
Bug fixed setup: OCP Version:4.8.0-0.nightly-2021-05-29-114625 OCS Version:ocs-operator.v4.8.0-404.ci LSO Version: 4.7.0-202102110027.p0 Provider: vmware Setup: lso cluster Test Process: 1.Scale down osd pod $ oc scale -n openshift-storage deployment rook-ceph-osd-0 --replicas=0 deployment.apps/rook-ceph-osd-0 scaled 2.Click on Troubleshoot button 3."TroubleShoot" link leads to the relevant Disk web page 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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security 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/RHSA-2021:2438 |
Created attachment 1781744 [details] disk_not _responding _err_log Description of problem: "Troubleshoot" link does not exist after scale down osd pod Version-Release number of selected component (if applicable): OCP Version:4.8.0-0.nightly-2021-05-09-105430 OCS Version:4.8.0-374.ci Provider: vmware, lso cluster How reproducible: Steps to Reproduce: 1.Scale down a osd pod $ oc scale -n openshift-storage deployment rook-ceph-osd-0 --replicas=0 deployment.apps/rook-ceph-osd-0 scaled 2.New error log created with "View Details" link 3.There is no "TroubleShoot" link that leads to the relevant Disk web page [like on OCS4.7] **Attached screenshot Actual results: New error log created with "View Details" link Expected results: New error log created with "TroubleShoot" link that leads to the relevant Disk web page [like on OCS4.7] Additional info: