Bug 2211608
| Summary: | LSM causes discrepancy "Image UUID has a different attribute type on storage(SPARSE) and on DB(PREALLOCATED)" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Marian Jankular <mjankula> |
| Component: | ovirt-engine | Assignee: | Arik <ahadas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Shir Fishbain <sfishbai> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.5.3 | CC: | ahadas, bzlotnik, emarcus, ffutigam, jortialc, lsurette, michal.skrivanek, srevivo, ycui |
| Target Milestone: | ovirt-4.5.3-async | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, when moving a block-based preallocated disk with incremental backup enabled (format: COW, type: PREALLOCATED) to another block-based SD it was moved as (format: COW, type: SPARSE).
In this release,when the disk movement completes, the disk configuration remains (format: COW, type: PREALLOCATED).
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-08-03 11:00:24 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: | |||
|
Description
Marian Jankular
2023-06-01 08:30:30 UTC
Benny, you said it sounds familiar, can you please take a quick look? This bug has low overall severity and is not going to be further verified by QE. verification steps: 1. create a VM with a disk that is set with incremental-backup enabled a on storage domain 2. start the VM (not mandatory I think but that's part of the reported issue) 3. verify the disk configuration is qcow+preallocated with (on the host that the VM runs on): vdsm-tool dump-volume-chains <storage domain id> | grep -A3 <image id> 4. move the disk to another block storage domain 5. when the disk movement completes, verify the disk configuration remains qcow+preallocated with the aforementioned command in step 3 (that points to the new storage domain) This bug has low overall severity and passed an automated regression suite, and is not going to be further verified by QE. changing NEXTRELEASE to CURRENTRELEASE since with a single version (ovirt-4.5.3-async), it's not clear whether or not the fix was released (in this case it was released on Sep 19th) |