RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1155518 - qemu-kvm: undefined symbol: glfs_discard_async
Summary: qemu-kvm: undefined symbol: glfs_discard_async
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: qemu-kvm
Version: 7.1
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: rc
: ---
Assignee: Miroslav Rezanina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks: 1157329
TreeView+ depends on / blocked
 
Reported: 2014-10-22 09:28 UTC by Xu Han
Modified: 2015-03-05 08:12 UTC (History)
12 users (show)

Fixed In Version: qemu-kvm-1.5.3-78.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1157329 (view as bug list)
Environment:
Last Closed: 2015-03-05 08:12:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2015:0349 0 normal SHIPPED_LIVE Important: qemu-kvm security, bug fix, and enhancement update 2015-03-05 12:27:34 UTC

Description Xu Han 2014-10-22 09:28:13 UTC
Description of problem:
Because of the old glusterfs api, QEMU will quit with error message:
    symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: glfs_discard_async

so need to specify the requirement of 'glusterfs-api'.

I just tested following packages:
glusterfs-api-3.4.0.59rhs-1.el7.x86_64    FAILED
glusterfs-api-3.6.0.29-2.el7.x86_64       PASSED


Version-Release number of selected component (if applicable):
qemu-kvm-1.5.3-76.el7.x86_64

How reproducible:
100%

Steps to Reproduce:
1. launch QEMU
# /usr/libexec/qemu-kvm

Actual results:
# /usr/libexec/qemu-kvm
/usr/libexec/qemu-kvm: symbol lookup error: /usr/libexec/qemu-kvm: undefined symbol: glfs_discard_async

Expected results:
no quits

Additional info:

Comment 2 Alex Jia 2014-11-07 08:53:25 UTC
You need to update glusterfs-libs, and then it should work well. the gluster doesn't have API symbol versioning, please refer to bug 1096654.

Comment 4 Miroslav Rezanina 2014-11-10 09:29:59 UTC
Fix included in qemu-kvm-1.5.3-78.el7

Comment 6 mazhang 2014-11-12 11:42:08 UTC
Reproduce this bug with qemu-kvm-1.5.3-75.el7.

Steps:
# rpm -qa |grep gluster
glusterfs-3.4.0.70rhs-1.el7.x86_64
glusterfs-api-3.4.0.70rhs-1.el7.x86_64
glusterfs-libs-3.4.0.70rhs-1.el7.x86_64
# rpm -ivh qemu-kvm-1.5.3-75.el7.x86_64.rpm qemu-img-1.5.3-75.el7.x86_64.rpm qemu-kvm-common-1.5.3-75.el7.x86_64.rpm 
Preparing...                          ################################# [100%]
Updating / installing...
   1:qemu-kvm-common-10:1.5.3-75.el7  ################################# [ 33%]
   2:qemu-img-10:1.5.3-75.el7         ################################# [ 67%]
   3:qemu-kvm-10:1.5.3-75.el7         ################################# [100%]

qemu-kvm install complete without error.


Verify this bug on qemu-kvm-1.5.3-79.el7.x86_64
# rpm -qa |grep gluster
glusterfs-3.4.0.70rhs-1.el7.x86_64
glusterfs-api-3.4.0.70rhs-1.el7.x86_64
glusterfs-libs-3.4.0.70rhs-1.el7.x86_64
# rpm -ivh qemu-img-1.5.3-79.el7.x86_64.rpm qemu-kvm-1.5.3-79.el7.x86_64.rpm qemu-kvm-common-1.5.3-79.el7.x86_64.rpm 
error: Failed dependencies:
	glusterfs-api >= 3.6.0 is needed by qemu-kvm-10:1.5.3-79.el7.x86_64

Can not install qemu-kvm with glusterfs-api-3.4.0.70rhs-1.el7.x86_64, must upgrade glusterfs-api>=3.6.0.
After upgrade to glusterfs-api-3.6.0.29-2.el7.x86_64, install successful.

So this bug has been fixed.

Comment 9 errata-xmlrpc 2015-03-05 08:12:51 UTC
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.

https://rhn.redhat.com/errata/RHSA-2015-0349.html


Note You need to log in before you can comment on or make changes to this bug.