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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
