Bug 1225656
| Summary: | Packaging problem with qemu-img | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Warren <wusui> |
| Component: | Distribution | Assignee: | ceph-eng-bugs <ceph-eng-bugs> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3.0 | CC: | kdreyer, nlevine, tganguly, wusui |
| Target Milestone: | rc | Flags: | wusui:
needinfo+
|
| Target Release: | 1.3.0 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-01 18:27:57 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
Warren
2015-05-27 22:15:52 UTC
Can you please provide the output of "rpm -qv qemu-img" ? This is not a blocking issue. The version of qemu that ships with RHEL as of 7.1 now has compile time support for librbd which is why the symlink was dropped. RHEL-OSP uses qemu-kvm-rhev which should also have the compile time link. I'm unable to duplicate this with the latest qemu in RHEL 7.1, which is qemu-img-1.5.3-86.el7_1.2.x86_64 . It is properly linked to librbd1: $ ldd /usr/bin/qemu-img | grep rbd librbd.so.1 => /lib64/librbd.so.1 (0x00007f48a7b0c000) Warren can you please verify that you've updated to the latest qemu-kvm packages from Red Hat? I am also unable to see the problem, i am using qemu for testing rbd sudo qemu-img create -f rbd rbd:Tanay-RBD/qemu-libvirt-image 20G Formatting 'rbd:Tanay-RBD/qemu-libvirt-image', fmt=rbd size=21474836480 cluster_size=0 rpm -qf /usr/lib64/librbd.so.1 librbd1-0.94.1-11.el7cp.x86_64 ldd /usr/bin/qemu-img | grep rbd librbd.so.1 => /lib64/librbd.so.1 (0x00007f5b112f7000) Warren, I think the package is not updated. Warren I'm thinking we can close this as "CURRENTRELEASE", do you agree? Agree. Let's close this as CURRENTRELEASE |