Bug 2046596
Summary: | PVC name on customize wizard should match template pvc name | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Guohua Ouyang <gouyang> | ||||
Component: | Console Kubevirt Plugin | Assignee: | Matan Schatzman <mschatzm> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Guohua Ouyang <gouyang> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 4.10 | CC: | aos-bugs, gouyang, tnisan | ||||
Target Milestone: | --- | ||||||
Target Release: | 4.11.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: | 2022-05-11 09:25:57 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: |
|
Tested on master, the PVC name is not showing on customize wizard anymore. Close the bug as we moved to new UI and this is not a must. |
Created attachment 1855681 [details] pvc name should match the template pvc name Description of problem: If the template boot source is auto-updated, the name is looking like `rhel9-401cc6250f89`, but the PVC name on customize wizard is 'rhel9' which is not existing. Version-Release number of selected component (if applicable): master How reproducible: 100% Steps to Reproduce: 1. check boot source PVC for the template, it something like `rhel9-401cc6250f89` 2. create vm from the template 3. go to customize wizard Actual results: it shows 'rhel9' Expected results: it shows 'rhel9-401cc6250f89' Additional info: