Bug 785512 - [ovirt] [vdsm] scsi_id path should be taken from /etc/multipath.conf and not from build machine
Summary: [ovirt] [vdsm] scsi_id path should be taken from /etc/multipath.conf and not ...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: oVirt
Classification: Retired
Component: vdsm
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 3.3.4
Assignee: Dan Kenigsberg
QA Contact:
URL:
Whiteboard: storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-29 09:20 UTC by Haim
Modified: 2016-02-10 17:10 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-03-12 09:37:50 UTC
oVirt Team: Storage


Attachments (Terms of Use)

Description Haim 2012-01-29 09:20:12 UTC
Description of problem:

scsi_id patch is set in /etc/multipath.conf: 

getuid_callout          "/lib/udev/scsi_id -g -u -d /dev/%n"

it also set under vdsm constants.py file: 

EXT_SCSI_ID = '/sbin/scsi_id' #TBD !

on my build machine (Fedora 16) there is a sym-link from /sbin/scsi_id to /lib/udev/scsi_id, however, during build process, file location was set as /sbin/scsi_id, which failed some of my multipath actions.

Comment 1 Itamar Heim 2013-03-12 09:37:50 UTC
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.


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