Bug 1105018
Summary: | RBD support seems incomplete | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Emilien Macchi <emilien.macchi> | |
Component: | qemu-kvm | Assignee: | Ademar Reis <areis> | |
Status: | CLOSED NOTABUG | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.5 | CC: | acathrow, bsarathy, chayang, emilien.macchi, juzhang, lyarwood, mkenneth, qzhang, sluo, virt-maint | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1109895 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-16 15:09:46 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1109895 |
Description
Emilien Macchi
2014-06-05 08:37:47 UTC
Emilien, thank you for taking the time to enter a bug report with us. We're not able to guarantee the timeliness or suitability of a resolution for issues entered here because this is not a mechanism for requesting support, so if this issue is critical or in any way time sensitive, please raise a ticket through your regular Red Hat support channels to make certain it receives the proper attention and prioritization to assure a timely resolution. For information on how to contact the Red Hat production support team, please visit: https://www.redhat.com/support/process/production/#howto Please include the output of the following commands: # rpm -qa | egrep -i '(rbd|ceph) # qemu-img -h | grep Supported We also need the full command line used to invoke qemu. One way to extract it is using this command on the machine where the VM is being run: # ps -auxww | grep qemu (or you can add the respective log from /var/log/libvirt) Hi, Here is the ticket: https://access.redhat.com/support/cases/01115331/ For your information: ceph-libs-0.80.1-2.el6.x86_64 ceph-0.80.1-2.el6.x86_64 Supported formats: raw cow qcow vdi vmdk cloop dmg bochs vpc vvfat qcow2 qed vhdx parallels nbd blkdebug host_cdrom host_floppy host_device file gluster gluster gluster gluster rb I'll provide other informations later. Thanks Based on the discussion at Customer case 01115331, looks like the issue has been identified: the customer had packages from EPEL installed, which don't include the symlink needed to enable CEPH support in qemu-kvm-rhev at runtime. When using the official, supported packages from ceph.com, support is enabled as expected. The bug has been clonned against the EPEL ceph component: Bug 1109895. This qemu-kvm bug is being closed as NOTABUG, given that the RHEL6 part appears to be fine. Thanks. |