* [pve-devel] [PATCH firewall/proxmox-ve-rs 0/2] fix ports in Ceph firewall macro
@ 2026-01-27 10:25 Stefan Hanreich
2026-01-27 10:25 ` [pve-devel] [PATCH proxmox-ve-rs 1/1] fix #7232: update ports for ceph macro Stefan Hanreich
2026-01-27 10:25 ` [pve-devel] [PATCH pve-firewall " Stefan Hanreich
0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hanreich @ 2026-01-27 10:25 UTC (permalink / raw)
To: pve-devel
Ceph now uses a larger port range [1], so update the firewall macros in both
firewalls to reflect the new changes.
proxmox-ve-rs:
Stefan Hanreich (1):
fix #7232: update ports for ceph macro
proxmox-ve-config/resources/macros.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
pve-firewall:
Stefan Hanreich (1):
fix #7232: update ports for ceph macro
src/PVE/Firewall.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Summary over all repositories:
2 files changed, 2 insertions(+), 2 deletions(-)
--
Generated by git-murpp 0.8.0
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pve-devel] [PATCH proxmox-ve-rs 1/1] fix #7232: update ports for ceph macro
2026-01-27 10:25 [pve-devel] [PATCH firewall/proxmox-ve-rs 0/2] fix ports in Ceph firewall macro Stefan Hanreich
@ 2026-01-27 10:25 ` Stefan Hanreich
2026-01-27 10:25 ` [pve-devel] [PATCH pve-firewall " Stefan Hanreich
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hanreich @ 2026-01-27 10:25 UTC (permalink / raw)
To: pve-devel
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@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [pve-devel] [PATCH pve-firewall 1/1] fix #7232: update ports for ceph macro
2026-01-27 10:25 [pve-devel] [PATCH firewall/proxmox-ve-rs 0/2] fix ports in Ceph firewall macro Stefan Hanreich
2026-01-27 10:25 ` [pve-devel] [PATCH proxmox-ve-rs 1/1] fix #7232: update ports for ceph macro Stefan Hanreich
@ 2026-01-27 10:25 ` Stefan Hanreich
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hanreich @ 2026-01-27 10:25 UTC (permalink / raw)
To: pve-devel
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@proxmox.com>
---
src/PVE/Firewall.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index 93f8c34..92cbcaa 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -260,7 +260,7 @@ my $pve_fw_macros = {
{ action => 'PARAM', proto => 'tcp', dport => '6789' },
# New port for protocol v2
{ action => 'PARAM', proto => 'tcp', dport => '3300' },
- { action => 'PARAM', proto => 'tcp', dport => '6800:7300' },
+ { action => 'PARAM', proto => 'tcp', dport => '6800:7568' },
],
'CVS' => [
"Concurrent Versions System pserver traffic",
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-01-27 10:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-27 10:25 [pve-devel] [PATCH firewall/proxmox-ve-rs 0/2] fix ports in Ceph firewall macro Stefan Hanreich
2026-01-27 10:25 ` [pve-devel] [PATCH proxmox-ve-rs 1/1] fix #7232: update ports for ceph macro Stefan Hanreich
2026-01-27 10:25 ` [pve-devel] [PATCH pve-firewall " Stefan Hanreich
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.