Tal Nisan has uploaded a new change for review.

Change subject: host-deploy: Configure firewall to allow rpc.statd port
......................................................................

host-deploy: Configure firewall to allow rpc.statd port

Configure host deploy firewall management to allow rpc.statd ports for the
NFS locking status

Change-Id: I80b53b2c2e87000bb8af43b263b8c7fe1d904964
Signed-off-by: Tal Nisan <[email protected]>
Bug-Url: https://bugzilla.redhat.com/1177624
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/37602/1

diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index 44ab1bb..c3b8140 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -263,6 +263,9 @@
 -A INPUT -i lo -j ACCEPT
 # vdsm
 -A INPUT -p tcp --dport @VDSM_PORT@ -j ACCEPT
+# rpc.statd
+-A INPUT -p tcp --dport 111 -j ACCEPT
+-A INPUT -p udp --dport 111 -j ACCEPT
 # libvirt tls
 -A INPUT -p tcp --dport 16514 -j ACCEPT
 # SSH


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I80b53b2c2e87000bb8af43b263b8c7fe1d904964
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Tal Nisan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to