HDDS-14536. Storage Containers shown in menu as storage-containers#317
Merged
sarvekshayr merged 4 commits intoapache:HDDS-9225-website-v2from Feb 4, 2026
Merged
HDDS-14536. Storage Containers shown in menu as storage-containers#317sarvekshayr merged 4 commits intoapache:HDDS-9225-website-v2from
sarvekshayr merged 4 commits intoapache:HDDS-9225-website-v2from
Conversation
echonesis
reviewed
Feb 1, 2026
Comment on lines
5
to
20
| @@ -14,6 +18,7 @@ | |||
| See the License for the specific language governing permissions and | |||
| limitations under the License. | |||
| --> | |||
Contributor
There was a problem hiding this comment.
According to HDDS-14419, we could remove this Apache license header.
Contributor
There was a problem hiding this comment.
@Russole The entire license section needs to be removed.
Contributor
Author
There was a problem hiding this comment.
@sarvekshayr, The entire license section has been completely removed.
sarvekshayr
reviewed
Feb 2, 2026
Comment on lines
+41
to
+42
| | mutable | immutable | | ||
| | replicated with RAFT (Ratis) | Replicated with async container copy | |
Contributor
There was a problem hiding this comment.
Use capitalisation here.
Suggested change
| | mutable | immutable | | |
| | replicated with RAFT (Ratis) | Replicated with async container copy | | |
| | Mutable | Immutable | | |
| | Replicated with RAFT (Ratis) | Replicated with async container copy | |
Contributor
Author
|
Thanks @echonesis, @sarvekshayr for the review. I’ve updated the patch accordingly. |
sarvekshayr
approved these changes
Feb 3, 2026
Contributor
|
#322 has fixed the CI failure seen here. Please merge the latest changes to get a green CI. |
Contributor
|
Thanks @Russole for the patch and @echonesis for the review, |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
https://ozone-site-v2.staged.apache.org/docs/core-concepts/replication/storage-containers
Core Concepts > Replication > storage-containers
Shown in the menu and breadcrumbs as "storage-containers" instead of "Storage Containers".
What is the link to the Apache Jira?
https://issues.apache.org/jira/browse/HDDS-14536
How was this patch tested?
The page was rendered locally to verify that it displays correctly.