From: Christian Ebner Date: Fri, 12 Jul 2019 11:31:34 +0000 (+0200) Subject: firewall macros: add new Ceph protocol v2 port while keeping v1 port X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=commitdiff_plain;h=a44539a351b71b24bb4074949aab52bb59d56e80;hp=bb6ebf3b84bce5f58069fd8a6c2ba5431c426e86 firewall macros: add new Ceph protocol v2 port while keeping v1 port Signed-off-by: Christian Ebner --- diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index f529593..0e15090 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -214,7 +214,10 @@ my $pve_fw_macros = { ], 'Ceph' => [ "Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Deamons)", + # Legacy port for protocol v1 { action => 'PARAM', proto => 'tcp', dport => '6789' }, + # New port for protocol v2 + { action => 'PARAM', proto => 'tcp', dport => '3300' }, { action => 'PARAM', proto => 'tcp', dport => '6800:7300' }, ], 'CVS' => [