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 <[email protected]> Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
