[pve-devel] [PATCH pve-firewall 1/1] add msgrv2 port to ceph macro
Lorenz Schori
lo at znerol.ch
Tue Jul 23 14:43:34 CEST 2019
---
src/PVE/Firewall.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index 4c1586a..52e08f6 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -181,6 +181,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.20.1
More information about the pve-devel
mailing list