-
Notifications
You must be signed in to change notification settings - Fork 2
Hub-LVol Port Adjustment in Port Tables #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
noctarius
wants to merge
5
commits into
main
Choose a base branch
from
hub-lvol-ports
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
c117b16
Updated storage node port table for hub-lvols
noctarius f4fb67d
Added note to the release notes
noctarius 2edcde3
Fixed new port assignments
noctarius b300389
Added AWS note
noctarius 3b28408
Additional port adjustments
noctarius File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,10 +48,11 @@ 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 | | ||
| lvol-proxy | ingress | storage, control | 9090-9900 | TCP | | ||
| node-nvmf | ingress | storage, control | 9060-9098 | TCP | | ||
| lvol-nvmf | ingress | storage, control | 9099 | TCP | | ||
| lvol-proxy | ingress | storage, control | 9100-9900 | TCP | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. could be: |
||
| SSH | ingress | storage, control, admin | 22 | TCP | | ||
| Docker Daemon Remote Access | ingress | storage, control | 2375 | TCP | | ||
| | | | | | | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
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: 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 | ||
|
||
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is actually a range: 8080-8180