Bug 1982083
Summary: | [Cinderlib][MBS] Cloning VM with managed block storage raise a NPE | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Sandro Bonazzola <sbonazzo> |
Component: | BLL.Storage | Assignee: | shani <sleviim> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | sshmulev |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4.7.6 | CC: | bugs, eshames, shalygin.k |
Target Milestone: | ovirt-4.5.0 | Keywords: | ZStream |
Target Release: | 4.5.0 | Flags: | pm-rhel:
ovirt-4.5?
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause:
Cloning a VM with an MBS disk.
Consequence:
While trying to remove the auto-generated snapshot, the operation fails with an NPE.
Fix:
Fix the disks' filtering to include the MBS disks as well.
Result:
The operation finished without throwing an NPE.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-20 06:33:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Sandro Bonazzola
2021-07-14 07:29:14 UTC
ovirt-engine-4.4.7.6-1.el8.noarch Steps to reproduce: 1) Create a new MBS domain via rest API 2) Create a new disk under the new MBS domain. 3) Create a new VM and attach the disk to it. 4) Press the 'Clone VM' button. Verified successfully. Versions: ovirt-engine-4.5.0-743c0a787472.209.el8ev vdsm-4.50.0.7-1.el8ev Steps to reproduce: 1) Create a new MBS domain via rest API 2) Create a new disk under the new MBS domain. 3) Create a new VM and attach the disk to it. 4) Press the 'Clone VM' button. 5) Run the VMs (source and cloned one) 6) Check the VMs are running (source and cloned one) 7) Check disk size is correct on the cloned VM. Actual results - As expected: VM was cloned successfully, with the MBD attached disk to it as a copy. The VMs run without any issue and the disks are ok. This bugzilla is included in oVirt 4.5.0 release, published on April 20th 2022. Since the problem described in this bug report should be resolved in oVirt 4.5.0 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |