Bug 1055516
| Summary: | bad version of qemu-img-rhev in dependencies | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Sean Cohen <scohen> |
| Component: | vdsm | Assignee: | Nir Soffer <nsoffer> |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Belka <jbelka> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.3.0 | CC: | abaron, amureini, bazulay, cpelland, danken, eedri, gklein, iheim, lpeer, movciari, nsoffer, pstehlik, scohen, ybronhei, yeylon, zdover |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | 3.3.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | storage | ||
| Fixed In Version: | is34 | Doc Type: | Bug Fix |
| Doc Text: |
The correct version of qemu-img-rhev is now listed correctly in VDSM's dependencies.
|
Story Points: | --- |
| Clone Of: | 1052216 | Environment: | |
| Last Closed: | 2014-02-27 09:43:04 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: | |||
| Bug Depends On: | 1052216 | ||
| Bug Blocks: | 1055514, 1058711 | ||
|
Comment 1
Allon Mureinik
2014-01-26 12:20:29 UTC
ok, vdsm-4.13.2-0.8.el6ev.x86_64
# rpm -qR vdsm | grep qemu
qemu-img-rhev >= 2:0.12.1.2-2.415.el6_5.3
qemu-kvm-rhev >= 2:0.12.1.2-2.415.el6_5.3
# qemu-img create /tmp/foobar 1M
Formatting '/tmp/foobar', fmt=raw size=1048576
# sudo -u vdsm -g kvm qemu-img info --output json /tmp/foobar
{
"virtual-size": 1048576,
"filename": "/tmp/foobar",
"format": "raw",
"actual-size": 0
}
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-0219.html |