From c117b16b7a2ce4a94a6dcf57c411486059fffeb3 Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Tue, 29 Apr 2025 18:56:18 +0200 Subject: [PATCH 1/5] Updated storage node port table for hub-lvols --- .../kubernetes/install-simplyblock/hyper-converged.md | 3 ++- snippets/storage-plane-network-port-table.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md index b288079..d6b53ec 100644 --- a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md +++ b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md @@ -51,7 +51,8 @@ demo@worker-1 ~> sudo modprobe nbd | bdts | ingress | storage | 4420 | TCP | | Cluster Control | ingress | control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080 | TCP | -| lvol-proxy | ingress | storage, control | 9090-9900 | TCP | +| hub-lvol | ingress | storage, control | 9060-9099 | TCP | +| lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | | | | | | | diff --git a/snippets/storage-plane-network-port-table.md b/snippets/storage-plane-network-port-table.md index 7c6a985..5562749 100644 --- a/snippets/storage-plane-network-port-table.md +++ b/snippets/storage-plane-network-port-table.md @@ -4,7 +4,8 @@ | bdts | ingress | storage | 4420 | TCP | | Cluster Control | ingress | control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080-8890 | TCP | -| lvol-proxy | ingress | storage, control | 9090-9900 | TCP | +| hub-lvol | ingress | storage, control | 9060-9099 | TCP | +| lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | | Docker Swarm Remote Access | ingress | storage, control | 2377 | TCP | From f4fb67d78304720a1f680ba6735088681264a887 Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Tue, 29 Apr 2025 19:03:12 +0200 Subject: [PATCH 2/5] Added note to the release notes --- docs/release-notes/25-3-ga.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/release-notes/25-3-ga.md diff --git a/docs/release-notes/25-3-ga.md b/docs/release-notes/25-3-ga.md new file mode 100644 index 0000000..3d32f83 --- /dev/null +++ b/docs/release-notes/25-3-ga.md @@ -0,0 +1,20 @@ +--- +title: "25.3-GA" +weight: 1000000 +--- + +Simplyblock is happy to release the general availability release of Simplyblock 25.3. + +## New Features + +Simplyblock strives to provide a strong product. Following is a list of the enhancements and features that made it into +this release. + +## Important Changes + +- Firewall rules adjustment: The existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. An additional new port range _TCP/9060-9099_ was added. The firewall configuration needs to be adjusted accordingly. + +## Known Issues + +Simplyblock always seeks to provide a stable and strong release. However, smaller known issues happen. Following is +a list of known issues for the current simplyblock release. From 2edcde358890329caff0265c88990f8ecb3cc4e5 Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Tue, 29 Apr 2025 19:05:14 +0200 Subject: [PATCH 3/5] Fixed new port assignments --- .../kubernetes/install-simplyblock/hyper-converged.md | 3 ++- docs/release-notes/25-3-ga.md | 2 +- snippets/storage-plane-network-port-table.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md index d6b53ec..7c51f67 100644 --- a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md +++ b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md @@ -51,7 +51,8 @@ demo@worker-1 ~> sudo modprobe nbd | bdts | ingress | storage | 4420 | TCP | | Cluster Control | ingress | control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080 | TCP | -| hub-lvol | ingress | storage, control | 9060-9099 | TCP | +| secondary forwarding | ingress | storage, control | 9060-9098 | TCP | +| hub-lvol | ingress | storage, control | 9099 | TCP | | lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | diff --git a/docs/release-notes/25-3-ga.md b/docs/release-notes/25-3-ga.md index 3d32f83..1159077 100644 --- a/docs/release-notes/25-3-ga.md +++ b/docs/release-notes/25-3-ga.md @@ -12,7 +12,7 @@ this release. ## Important Changes -- Firewall rules adjustment: The existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. An additional new port range _TCP/9060-9099_ was added. The firewall configuration needs to be adjusted accordingly. +- Firewall rules adjustment: The existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. An additional new port range _TCP/9060-9098_ and an additional port _TCP/9099_ were added. The firewall configuration needs to be adjusted accordingly. ## Known Issues diff --git a/snippets/storage-plane-network-port-table.md b/snippets/storage-plane-network-port-table.md index 5562749..ed530d4 100644 --- a/snippets/storage-plane-network-port-table.md +++ b/snippets/storage-plane-network-port-table.md @@ -4,7 +4,8 @@ | bdts | ingress | storage | 4420 | TCP | | Cluster Control | ingress | control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080-8890 | TCP | -| hub-lvol | ingress | storage, control | 9060-9099 | TCP | +| secondary forwarding | ingress | storage, control | 9060-9098 | TCP | +| hub-lvol | ingress | storage, control | 9099 | TCP | | lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | From b3003897ff63c149def90805c77611a405b334e6 Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Tue, 29 Apr 2025 19:06:57 +0200 Subject: [PATCH 4/5] Added AWS note --- docs/release-notes/25-3-ga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/25-3-ga.md b/docs/release-notes/25-3-ga.md index 1159077..2a92923 100644 --- a/docs/release-notes/25-3-ga.md +++ b/docs/release-notes/25-3-ga.md @@ -12,7 +12,7 @@ this release. ## Important Changes -- Firewall rules adjustment: The existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. An additional new port range _TCP/9060-9098_ and an additional port _TCP/9099_ were added. The firewall configuration needs to be adjusted accordingly. +- Firewall rules adjustment: The existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. An additional new port range _TCP/9060-9098_ and an additional port _TCP/9099_ were added. The firewall configuration and AWS Security Groups need to be adjusted accordingly. ## Known Issues From 3b28408da7de558fa9cf50aa5e5395e773a08e7b Mon Sep 17 00:00:00 2001 From: "Christoph Engelbert (noctarius)" Date: Wed, 30 Apr 2025 15:05:47 +0200 Subject: [PATCH 5/5] Additional port adjustments --- .../kubernetes/install-simplyblock/hyper-converged.md | 7 +++---- docs/release-notes/25-3-ga.md | 5 ++++- snippets/storage-plane-network-port-table.md | 7 +++---- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md index 7c51f67..3ea2ac4 100644 --- a/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md +++ b/docs/deployments/kubernetes/install-simplyblock/hyper-converged.md @@ -48,11 +48,10 @@ demo@worker-1 ~> sudo modprobe nbd | Service | Direction | Source / Target Network | Port(s) | Protocol(s) | |-----------------------------|-----------|-------------------------|-----------|-------------| | ICMP | ingress | control | - | ICMP | -| bdts | ingress | storage | 4420 | TCP | -| Cluster Control | ingress | control | 5000 | TCP | +| Storage Node API | ingress | storage, control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080 | TCP | -| secondary forwarding | ingress | storage, control | 9060-9098 | TCP | -| hub-lvol | ingress | storage, control | 9099 | TCP | +| node-nvmf | ingress | storage, control | 9060-9098 | TCP | +| lvol-nvmf | ingress | storage, control | 9099 | TCP | | lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | diff --git a/docs/release-notes/25-3-ga.md b/docs/release-notes/25-3-ga.md index 2a92923..fd3cf69 100644 --- a/docs/release-notes/25-3-ga.md +++ b/docs/release-notes/25-3-ga.md @@ -12,7 +12,10 @@ this release. ## Important Changes -- Firewall rules adjustment: The existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. An additional new port range _TCP/9060-9098_ and an additional port _TCP/9099_ were added. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: An existing port range _TCP/9090-9900_ was changed to _TCP/9100-9900_. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: A new port range _TCP/9060-9098_ was added. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: A new port _TCP/9099_ was added. The firewall configuration and AWS Security Groups need to be adjusted accordingly. +- Firewall rules adjustment: An existing port _TCP/4420_ has been removed. The firewall configuration and AWS Security Groups need to be adjusted accordingly. ## Known Issues diff --git a/snippets/storage-plane-network-port-table.md b/snippets/storage-plane-network-port-table.md index ed530d4..eda509e 100644 --- a/snippets/storage-plane-network-port-table.md +++ b/snippets/storage-plane-network-port-table.md @@ -1,11 +1,10 @@ | Service | Direction | Source / Target Network | Port(s) | Protocol(s) | |-----------------------------|-----------|-------------------------|-----------|-------------| | ICMP | ingress | control | - | ICMP | -| bdts | ingress | storage | 4420 | TCP | -| Cluster Control | ingress | control | 5000 | TCP | +| Storage Node API | ingress | storage, control | 5000 | TCP | | spdk-http-proxy | ingress | storage, control | 8080-8890 | TCP | -| secondary forwarding | ingress | storage, control | 9060-9098 | TCP | -| hub-lvol | ingress | storage, control | 9099 | TCP | +| node-nvmf | ingress | storage, control | 9060-9098 | TCP | +| lvol-nvmf | ingress | storage, control | 9099 | TCP | | lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | SSH | ingress | storage, control, admin | 22 | TCP | | Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP |