[pve-devel] [PATCH proxmox-ve-rs 1/1] fix #7232: update ports for ceph macro
Stefan Hanreich
s.hanreich at proxmox.com
Tue Jan 27 11:25:56 CET 2026
The range of ports used by Ceph has changed since the creation of this
firewall macro. Update the macro so it reflects the new range of ports
used by Ceph [1].
[1] https://docs.ceph.com/en/latest/rados/configuration/network-config-ref/#mds-and-manager-ip-tables
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
proxmox-ve-config/resources/macros.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxmox-ve-config/resources/macros.json b/proxmox-ve-config/resources/macros.json
index f90fb38..58bed93 100644
--- a/proxmox-ve-config/resources/macros.json
+++ b/proxmox-ve-config/resources/macros.json
@@ -76,7 +76,7 @@
"proto": "tcp"
},
{
- "dport": "6800:7300",
+ "dport": "6800:7568",
"proto": "tcp"
}
],
--
2.47.3
More information about the pve-devel
mailing list