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 <tni...@redhat.com> Bug-Url: https://bugzilla.redhat.com/?????????? --- 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/41/37741/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index 78c697c..62dde84 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -872,6 +872,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 # SSH -A INPUT -p tcp --dport @SSH_PORT@ -j ACCEPT # snmp -- To view, visit http://gerrit.ovirt.org/37741 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I80b53b2c2e87000bb8af43b263b8c7fe1d904964 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Tal Nisan <tni...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches