Bug 2066817
Summary: | Failed to start VM after adding existing pvc to the stopped VM | ||
---|---|---|---|
Product: | Container Native Virtualization (CNV) | Reporter: | Yan Du <yadu> |
Component: | Storage | Assignee: | Alexander Wels <awels> |
Status: | CLOSED NOTABUG | QA Contact: | Natalie Gavrielov <ngavrilo> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.10.0 | CC: | awels, cnv-qe-bugs |
Target Milestone: | --- | ||
Target Release: | 4.10.2 | ||
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-04-14 04:32:54 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: | |||
Bug Depends On: | 2066782 | ||
Bug Blocks: |
Description
Yan Du
2022-03-22 14:24:33 UTC
Do you happen to have the VM yaml that is generated? message: >- preparing host-disks failed: unable to create /var/run/kubevirt-private/vmi-disks/disk-0/disk.img, not enough space, demanded size 117037858816 B is bigger than available space 78993514496 B, also after taking 10 % toleration into account reason: Synchronizing with the Domain failed. status: 'False' type: Synchronized Please refer to the attachment for the whole VM yaml Created attachment 1869602 [details]
vm yaml
Alexander, do you have a PR for this bug? if yes, could you please attach it? No PR for this bug, it appears that you ran out of actual space on the storage (looks like it was hpp-csi). In which case this did exactly what it was supposed to do. Hi, Alexander It may relate to the #bug 2066782, and only non-privileged user has this issue So if you immediately do the same thing with a privileged user it works? This might be related to the autoresize feature in KubeVirt as the error appears to be coming from that code. And it checks if the actual available space is large enough for the virtual disk, and it thinks it is not. That is what the error is saying. Can you confirm you have enough space on the actual storage? I checked the cluster again, it is lack of space for storage, so close the bug since it is expected |