Shubhendu Tripathi has uploaded a new change for review. Change subject: vdsm: Opening port 2049 for GlusterFS-NFS ......................................................................
vdsm: Opening port 2049 for GlusterFS-NFS Currently GlusterFS-NFS does not work properly with firewall/iptables ON. Especially the NLM (Network Lock Manager) feature of the G-NFS. So, the recommended config to run the Glusterfs-NFS is to disable the iptables/Firewall. As a workaround the port 2049 should be open in iptables and that allows the volume to be mounted Change-Id: Ibc18874b337618e6bdd0a2151824c2765b52ee36 Bug-Url: https://bugzilla.redhat.com/979148 Signed-off-by: Shubhendu Tripathi <shtri...@redhat.com> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/26/16426/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index b33ac7b..e72c410 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -629,6 +629,7 @@ # nfs -A INPUT -p tcp -m tcp --dport 111 -j ACCEPT -A INPUT -p tcp -m tcp --dport 38467 -j ACCEPT +-A INPUT -p tcp -m tcp --dport 2049 -j ACCEPT # status -A INPUT -p tcp -m tcp --dport 39543 -j ACCEPT -- To view, visit http://gerrit.ovirt.org/16426 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibc18874b337618e6bdd0a2151824c2765b52ee36 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches