Bug 1303841

Summary: Multipath disk should be recognized as /dev/mapper/* mode
Product: Red Hat Enterprise Virtualization Manager Reporter: wanghui <huiwa>
Component: ovirt-nodeAssignee: Douglas Schilling Landgraf <dougsland>
Status: CLOSED WORKSFORME QA Contact: wanghui <huiwa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 3.5.7CC: amureini, cshao, dougsland, fdeutsch, gklein, huiwa, huzhao, leiwang, lsurette, weiwang, yaniwang, ycui, ykaul
Target Milestone: ovirt-3.5.8Keywords: Regression, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-03 11:22:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Node RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description wanghui 2016-02-02 08:28:52 UTC
Description of problem:
The multipath disk should be recognized as /dev/mapper/* mode instead of /dev/sdx.

Version-Release number of selected component (if applicable):
rhev-hypervisor7-7.2-20160128.1.el6ev
ovirt-node-3.2.3-31.el7.noarch

How reproducible:
100%

Steps to Reproduce:
1. Install RHEV-H in TUI mode
2. Focus on boot disk page
3. Drop to shell to run#multipath -ll

Actual results:
1. After step2, the multipath disk has been recognized as /dev/sdx.
2. After step3, no output after run #multipath -ll.

Expected results:
1. The multipath disk should be recognized as /dev/mapper/* mode.

Additional info:
This issue is a regression from rhevh-7.2-20151218.1.el6ev.

Comment 1 Fabian Deutsch 2016-02-02 09:00:08 UTC
In the build logs I see:

DEBUG util.py:257:  Error:  error: argument --module: invalid choice: multipath
DEBUG util.py:257:  (available: certificates, libvirt, sanlock, sebool)

This indicates that vdsm-tool was run during the build:

(ovirt-3.6) $ git grep -- --module
recipe/common-post.ks:vdsm-tool configure --module multipath --force

But vdsm-tool is only called in the 3.6 branch.

This indicates that the recipe was not clean when the iso was built.

Comment 6 wanghui 2016-02-03 09:40:31 UTC
Hi Douglas,

The rhev-hypervisor7-7.2-20160202.1 works good to me, all the multipath disk is now recognized as /dev/mapper/* mode.

Comment 7 Fabian Deutsch 2016-02-03 11:22:24 UTC
Closing this bug according to comment 6.