Bug 2127787
Summary: | Expose the PVC source of the dataSource on UI | ||||||
---|---|---|---|---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Guohua Ouyang <gouyang> | ||||
Component: | User Experience | Assignee: | Matan Schatzman <mschatzm> | ||||
Status: | CLOSED ERRATA | QA Contact: | Guohua Ouyang <gouyang> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 4.12.0 | CC: | gouyang, lkladnit, mschatzm | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.12.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2023-01-24 13:40:50 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: |
|
Click the PVC link on the dataSource details page leads to error "404: Not Found". eg: for centos7, the actual PVC is centos7-680e9b4e0fba, not centos7. The new issue maybe caused by the dataSource is broken, move the bug to QE and will retest it on a healthy cluster Verified on v4.12.0-127 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 (Important: OpenShift Virtualization 4.12.0 Images 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-2023:0408 |
Created attachment 1912821 [details] add source section Description of problem: The source of the DS is not exposed on UI, better to expose the source and add a link to the PVC. spec: source: pvc: name: centos7-680e9b4e0fba namespace: openshift-virtualization-os-images Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Navigate to DataSource 2. Select a DataSource and enter into the details tab 3. Actual results: No info about the source Expected results: The source info is exposed. Additional info: