Bug 1416809
| Summary: | New HSM infrastructure - No QCow version displayed for images created with 4.0 | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Kevin Alon Goldblatt <kgoldbla> |
| Component: | BLL.Storage | Assignee: | Maor <mlipchuk> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kevin Alon Goldblatt <kgoldbla> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | amureini, bugs, tnisan |
| Target Milestone: | ovirt-4.1.1 | Flags: | rule-engine:
ovirt-4.1+
|
| Target Release: | 4.1.1 | ||
| 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: | 2017-04-21 09:29:53 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
Kevin Alon Goldblatt
2017-01-26 13:55:42 UTC
Tested with the following code:
-----------------------------------------------
ovirt-engine-4.1.1-0.1.el7.noarch
rhevm-4.1.1-0.1.el7.noarch
vdsm-4.19.5-1.el7ev.x86_64
QCow version is now displayed for disk images created with 4.0
Moving to VERIFIED!
<name>Disk40</name>
<link href="/ovirt-engine/api/disks/5902194e-7bb7-443a-a685-3444038a146d/permissions" rel="permissions"/>
<link href="/ovirt-engine/api/disks/5902194e-7bb7-443a-a685-3444038a146d/statistics" rel="statistics"/>
<actual_size>1073741824</actual_size>
<alias>Disk40</alias>
<format>cow</format>
<image_id>c6829951-2602-4123-8cc2-82ff138e91c2</image_id>
<propagate_errors>false</propagate_errors>
<provisioned_size>5368709120</provisioned_size>
<qcow_version>qcow2_v2</qcow_version> *********HERE!!!!!!!!!*********
<shareable>false</shareable>
<sparse>true</sparse>
<status>ok</status>
<storage_type>image</storage_type>
<wipe_after_delete>false</wipe_after_delete>
<disk_profile href="/ovirt-engine/api/diskprofiles/a004c2a3-1f44-4390-a635-a5d0ee736517" id="a004c2a3-1f44-4390-a635-a5d0ee736517"/>
|