Bug 1456155

Summary: disable-multipath.sh script section should be moved before creation of bricks in the conf file.
Product: [oVirt] cockpit-ovirt Reporter: RamaKasturi <knarra>
Component: GdeployAssignee: Devyani Kota <dkota>
Status: CLOSED CURRENTRELEASE QA Contact: RamaKasturi <knarra>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.10.7-0.0.18CC: bugs, sabose, stirabos
Target Milestone: ovirt-4.1.3Flags: sabose: ovirt-4.1?
sabose: planning_ack?
sabose: devel_ack+
sasundar: testing_ack+
Target Release: 0.10.7-0.0.20   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-06 13:41:32 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Gluster RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1411323    

Description RamaKasturi 2017-05-27 09:59:29 UTC
Description of problem:
with the recent fix of this bug 1438596, i see that disable-multipath.sh script section is present after the brick creation. This section should be present before brick creation in the conf file.

Version-Release number of selected component (if applicable):
cockpit-ovirt-dashboard-0.10.7-0.0.18.el7ev.noarch

How reproducible:
Always

Steps to Reproduce:
1. Install latest ovirt-cockpit plugin
2. Follow the cockpit UI 'Hosted Engine with Gluster'  screens to configure gluster.
3.

Actual results:
In the finally generated conf file i see that disable-multipath.sh script is present after brick creation.

Expected results:
Disable multipath.sh script should be present before the brick creation as this script stops , disables multipathd and black list the devices which will prevent the failures of pv,vg and lv creations.
Additional info:

Comment 1 RamaKasturi 2017-06-19 11:37:27 UTC
Verified and works fine with build cockpit-ovirt-dashboard-0.10.7-0.0.20.el7ev.noarch.

With the above version i see that disable-multipath.sh script has been moved before brick creation.