Sandro Bonazzola has uploaded a new change for review. Change subject: core: gluster: set iptables rules for HC ports ......................................................................
core: gluster: set iptables rules for HC ports Firewall rules passed to oivrt-host-deploy must open the ports for brick usage starting at base-port 49217 for avoiding to interfere with libvirt migration. Change-Id: Iaeda3f4310d7f3be69abf47758ceae629682feb7 Bug-Url: https://bugzilla.redhat.com/1202768 Signed-off-by: Sandro Bonazzola <sbona...@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/15/38815/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index 9833988..babae7c3 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -325,6 +325,9 @@ # Ports for gluster volume bricks (default 100 ports) -A INPUT -p tcp -m tcp --dport 24009:24108 -j ACCEPT + +# Ports for gluster volume bricks in Hyper Converged setup(default 100 ports) +-A INPUT -p tcp -m tcp --dport 49217:49316 -j ACCEPT ','general'); select fn_db_add_config_value('IPTablesConfigForVirt', ' -- To view, visit https://gerrit.ovirt.org/38815 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaeda3f4310d7f3be69abf47758ceae629682feb7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <sbona...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches