]> git.proxmox.com Git - pve-firewall.git/commitdiff
firewall - Ceph macro added
authorAlen Grizonic <a.grizonic@proxmox.com>
Tue, 14 Jul 2015 12:04:57 +0000 (14:04 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Jul 2015 06:17:46 +0000 (08:17 +0200)
Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
src/PVE/Firewall.pm

index ed46db1b9191f8fb79655f881768aeca8a00a320..26fc63e2fb5110664d256fd03b6c904ef313474e 100644 (file)
@@ -166,6 +166,11 @@ my $pve_fw_macros = {
        { action => 'PARAM', proto => 'tcp', dport => '6881:6999' },
        { action => 'PARAM', proto => 'udp', dport => '6881' },
     ],
+    'Ceph' => [
+        "Ceph Storage Cluster traffic (Ceph Monitors, OSD & MDS Deamons)",
+        { action => 'PARAM', proto => 'tcp', dport => '6789' },
+        { action => 'PARAM', proto => 'tcp', dport => '6800:7300' },
+    ],
     'CVS' => [
        "Concurrent Versions System pserver traffic",
        { action => 'PARAM', proto => 'tcp', dport => '2401' },