Bug 1128629

Summary: sg_unmap: symbol lookup error: sg_unmap: undefined symbol: sg_ll_unmap_v2
Product: Red Hat Enterprise Linux 6 Reporter: Xiaowei Li <xiaoli>
Component: sg3_utilsAssignee: Dan Horák <dhorak>
Status: CLOSED NOTABUG QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.6CC: qcai
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-11 11:55:06 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 Xiaowei Li 2014-08-11 08:55:23 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
[root@storageqe-05 ~]# uname -a
Linux storageqe-05.rhts.eng.bos.redhat.com 2.6.32-496.el6.x86_64 #1 SMP Sat Aug 9 02:10:50 EDT 2014 x86_64 x86_64 x86_64 GNU/Linux

[root@storageqe-05 ~]# rpm -qf /usr/bin/sg_unmap 
sg3_utils-1.40-1.x86_64

[root@storageqe-05 ~]# sg_unmap -l0 -n4 /dev/mapper/mpathg
sg_unmap: symbol lookup error: sg_unmap: undefined symbol: sg_ll_unmap_v2
[root@storageqe-05 ~]# echo $?
127

Actual results:


Expected results:


Additional info:

Comment 3 Dan Horák 2014-08-11 11:55:06 UTC
seems you are using non-RHEL sg3_utils, RHEL-6 ships with sg3_utils-1.28-6.el6, not with 1.40, which didn't even have an official release yet.