Fabian Deutsch has uploaded a new change for review. Change subject: presets: Disable firewalld.service by default ......................................................................
presets: Disable firewalld.service by default firewalld is installed and enabled by default on CentOS 7, but vdsm can not handle it. This leads to a situation where a freshy installed CentOS 7 host with the default package set can not be added to Engine. By disabling firewalld.service using a presets file, this add flow should work. Change-Id: Ia17b04259ad28b8c4df4c73c928e23bf6a1222d0 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=995362 Signed-off-by: Fabian Deutsch <[email protected]> --- M init/systemd/85-vdsmd.preset 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/91/48491/1 diff --git a/init/systemd/85-vdsmd.preset b/init/systemd/85-vdsmd.preset index 40c8e78..2fbd7b2 100644 --- a/init/systemd/85-vdsmd.preset +++ b/init/systemd/85-vdsmd.preset @@ -7,4 +7,5 @@ enable mom-vdsm.service disable ksmtuned.service +disable firewalld.service -- To view, visit https://gerrit.ovirt.org/48491 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia17b04259ad28b8c4df4c73c928e23bf6a1222d0 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
