[pve-devel] [PATCH pve-firewall] macro: ceph : add nautilus monitor tcp/3300

Alexandre Derumier aderumier at odiso.com
Mon Apr 22 16:02:25 CEST 2019


nautilus have swiched from tcp/6379 to tcp/3300

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 src/PVE/Firewall.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index 1607b74..58d14a2 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -213,6 +213,7 @@ my $pve_fw_macros = {
     ],
     'Ceph' => [
         "Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Deamons)",
+        { action => 'PARAM', proto => 'tcp', dport => '3300' },
         { action => 'PARAM', proto => 'tcp', dport => '6789' },
         { action => 'PARAM', proto => 'tcp', dport => '6800:7300' },
     ],
-- 
2.11.0




More information about the pve-devel mailing list