Antoni Segura Puimedon has uploaded a new change for review.

Change subject: Conflict with firewalld and NetworkManager and use iptables
......................................................................

Conflict with firewalld and NetworkManager and use iptables

As shown in the bug, we do have a few issues with firewalld and we
do not really integrate with it. If we configure firewalling we do
it with iptables (hence why I put it as Wants).

As for NetworkManager, it is so that if the users use other
configurators other than ifcfg (i.e. iproute2) that NM will not
take control of the device.

Change-Id: Id4bc190f4b80a5c8600de4760f69886824622670
Bug-Url: https://bugzilla.redhat.com/1144084
Signed-off-by: Antoni S. Puimedon <[email protected]>
---
M init/systemd/vdsmd.service.in
1 file changed, 3 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/71/33171/1

diff --git a/init/systemd/vdsmd.service.in b/init/systemd/vdsmd.service.in
index 67f0dad..a786682 100644
--- a/init/systemd/vdsmd.service.in
+++ b/init/systemd/vdsmd.service.in
@@ -1,8 +1,10 @@
 [Unit]
 Description=Virtual Desktop Server Manager
+Wants=iptables.service
 Requires=multipathd.service libvirtd.service time-sync.target \
          iscsid.service rpcbind.service supervdsmd.service sanlock.service
-Conflicts=libvirt-guests.service ksmtuned.service
+Conflicts=libvirt-guests.service ksmtuned.service NetworkManager.service \
+          firewalld.service
 
 [Service]
 Type=simple


-- 
To view, visit http://gerrit.ovirt.org/33171
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4bc190f4b80a5c8600de4760f69886824622670
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Antoni Segura Puimedon <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to