Bug 2046596

Summary: PVC name on customize wizard should match template pvc name
Product: OpenShift Container Platform Reporter: Guohua Ouyang <gouyang>
Component: Console Kubevirt PluginAssignee: Matan Schatzman <mschatzm>
Status: CLOSED NEXTRELEASE QA Contact: Guohua Ouyang <gouyang>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.10CC: 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:
Description Flags
pvc name should match the template pvc name none

Description Guohua Ouyang 2022-01-27 03:27:02 UTC
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:

Comment 4 Guohua Ouyang 2022-02-11 05:24:31 UTC
Tested on master, the PVC name is not showing on customize wizard anymore.

Comment 5 Guohua Ouyang 2022-05-11 09:25:57 UTC
Close the bug as we moved to new UI and this is not a must.