Ryan Barry has submitted this change and it was merged. Change subject: init: Fix the HOSTNAME check ......................................................................
init: Fix the HOSTNAME check HOSTNAME is checkd initially in the init script when the hostname arge is read from the cmdline. This breaks the HOSTNAME check further down, when it is read from the sysconfig/network file. The fix is to make the variale local before perfoming the check, if it's local then it will only have the value from the sourced sysconfig/network file, and not from further up. Change-Id: Icac879a8c1f3e2269aa42c6e7c4268d82e4f03e3 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1254580 Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/ovirt-init-functions.sh.in 1 file changed, 12 insertions(+), 4 deletions(-) Approvals: Ryan Barry: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/55429 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icac879a8c1f3e2269aa42c6e7c4268d82e4f03e3 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ryan Barry <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
