Bug 1917118
Summary: | Custom template with URL/registry boot source - a PVC is created when the template is created. | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ruth Netser <rnetser> | ||||
Component: | Console Kubevirt Plugin | Assignee: | Tomas Jelinek <tjelinek> | ||||
Status: | CLOSED NOTABUG | QA Contact: | Guohua Ouyang <gouyang> | ||||
Severity: | urgent | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 4.7 | CC: | aos-bugs, gouyang, yzamir | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
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: | 2021-01-19 07:50:51 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
Ruth Netser
2021-01-17 11:35:54 UTC
When a template is created from a perishable source like URL or Upload (btw/ this is not the case for registry images) we want to copy the source to a persistent data volume. This is done by design. closing this bug. Note: we should take care that in this cases the new persistent volume is cloned for each new VM via CDI data volume and not used as is, to enable more flexible use of this source. Note II:
> we should take care that in this cases the new persistent volume is cloned for each new VM via CDI data volume and not used as is, to enable more flexible use of this source.
To make it clear:
Currently, when we use such a template we will convert the rootdisk dataVolume into a datavolume source and clone it in each new VM.
Note III: it may be nice to alert users to such unexpected behaviour Yaacov, I think we need to document about this, wdyt? > I think we need to document about this, wdyt?
+1, will open a jira to address documentation, leaving "need info" open for tracking
created a jira for alerting user that a new DV/PVC will be created https://issues.redhat.com/browse/CNV-9813 |