Hello Alon Bar-Lev, Kanagaraj M, Sahina Bose, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/20958 to review the following change. Change subject: gluster: open ports 8080 and 38469 ...................................................................... gluster: open ports 8080 and 38469 Port 8080 (for gluster swift service) and 38469 (for NFS's ACL support) need to be opened in iptables for volume access. Change-Id: I4fad72b17dfb6ebab57dd4b644c8315603ff74c8 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1024182 Signed-off-by: Bala.FA <barum...@redhat.com> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/58/20958/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index 1c890db..89d953a 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -251,6 +251,9 @@ # glusterd -A INPUT -p tcp -m tcp --dport 24007 -j ACCEPT +# gluster swift +-A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT + # portmapper -A INPUT -p udp -m udp --dport 111 -j ACCEPT -A INPUT -p tcp -m tcp --dport 38465 -j ACCEPT @@ -259,6 +262,7 @@ # nfs -A INPUT -p tcp -m tcp --dport 38467 -j ACCEPT -A INPUT -p tcp -m tcp --dport 2049 -j ACCEPT +-A INPUT -p tcp -m tcp --dport 38469 -j ACCEPT # status -A INPUT -p tcp -m tcp --dport 39543 -j ACCEPT @@ -673,6 +677,9 @@ # glusterd -A INPUT -p tcp -m tcp --dport 24007 -j ACCEPT +# gluster swift +-A INPUT -p tcp -m tcp --dport 8080 -j ACCEPT + # portmapper -A INPUT -p udp -m udp --dport 111 -j ACCEPT -A INPUT -p tcp -m tcp --dport 38465 -j ACCEPT @@ -682,6 +689,7 @@ -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 +-A INPUT -p tcp -m tcp --dport 38469 -j ACCEPT # status -A INPUT -p tcp -m tcp --dport 39543 -j ACCEPT -- To view, visit http://gerrit.ovirt.org/20958 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4fad72b17dfb6ebab57dd4b644c8315603ff74c8 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Bala.FA <barum...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com> Gerrit-Reviewer: Sahina Bose <sab...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches