Hello Alon Bar-Lev, Kanagaraj M, Sahina Bose, I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/20633 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: Idc1269d096646b9ddd42f39b3644f74335cac2fa 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/33/20633/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index f045258..5200d3e 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -255,6 +255,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 @@ -263,6 +266,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 @@ -677,6 +681,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 @@ -686,6 +693,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/20633 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idc1269d096646b9ddd42f39b3644f74335cac2fa Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master 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