[node-patches] Change in ovirt-node[master]: [DRAFT] Pull in more dracut fixes
rbarry at redhat.com
rbarry at redhat.com
Tue Nov 25 18:52:26 UTC 2014
Ryan Barry has posted comments on this change.
Change subject: [DRAFT] Pull in more dracut fixes
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
http://gerrit.ovirt.org/#/c/35395/1/recipe/rhevh7-post.ks
File recipe/rhevh7-post.ks:
Line 240: --- modules.d/90multipath/multipathd.sh
Line 241: +++ modules.d/90multipath/multipathd.sh
Line 242: @@ -1,6 +1,6 @@
Line 243: #!/bin/sh
Line 244:
Whitespace :)
Line 245: -if [ -e /etc/multipath.conf ]; then
Line 246: +if getargbool 1 rd.multipath -d -n rd_NO_MULTIPATH && [ -e /etc/multipath.conf ]; then
Line 247: modprobe dm-multipath
Line 248: multipathd -B || multipathd
--
To view, visit http://gerrit.ovirt.org/35395
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Id427efc9b63c491ca69adb7a16b174ab3c85f182
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-HasComments: Yes
More information about the node-patches
mailing list