Bug 1418630
Summary: | gluster firewalld service should be added to the default firewall zone | ||
---|---|---|---|
Product: | [oVirt] ovirt-node | Reporter: | SATHEESARAN <sasundar> |
Component: | General | Assignee: | Ryan Barry <rbarry> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | cshao <cshao> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | master | CC: | bugs, cshao |
Target Milestone: | ovirt-4.1.1 | Flags: | rule-engine:
ovirt-4.1+
rule-engine: planning_ack+ sbonazzo: devel_ack+ cshao: testing_ack+ |
Target Release: | 4.1 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-21 09:41:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Node | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1277939 |
Description
SATHEESARAN
2017-02-02 11:46:34 UTC
QE can reproduce this issue. Test version: rhvh-4.1-0.20170202.0+1 imgbased-0.9.6-0.1.el7ev.noarch firewalld-0.4.3.2-8.1.el7_3.noarch Test steps: # firewall-cmd --list-services cockpit dhcpv6-client ssh vdsm libvirt # cat /usr/lib/firewalld/services/glusterfs.xml <?xml version="1.0" encoding="utf-8"?> <service> <short>glusterfs-static</short> <description>Default ports for gluster-distributed storage</description> <port protocol="tcp" port="24007"/> <!--For glusterd --> <port protocol="tcp" port="24008"/> <!--For glusterd RDMA port management --> <port protocol="tcp" port="38465"/> <!--Gluster NFS service --> <port protocol="tcp" port="38466"/> <!--Gluster NFS service --> <port protocol="tcp" port="38467"/> <!--Gluster NFS service --> <port protocol="tcp" port="38468"/> <!--Gluster NFS service --> <port protocol="tcp" port="38469"/> <!--Gluster NFS service --> <port protocol="tcp" port="49152-49664"/> <!--512 ports for bricks --> </service> Test version: redhat-virtualization-host-4.1-20170222.0 imgbased-0.9.13-0.1.el7ev.noarch firewalld-0.4.3.2-8.1.el7_3.noarch Test result: # firewall-cmd --list-services vdsm libvirt cockpit glusterfs ssh dhcpv6-client # So the bug is fixed, change bug status to VERIFIED. |