This is an automated email from the ASF dual-hosted git repository.
sarvekshayr pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this
push:
new 8bd2e5100 HDDS-14536. Storage Containers shown in menu as
storage-containers (#317)
8bd2e5100 is described below
commit 8bd2e5100da087068440bf44006ef0c7c71731c9
Author: Russole <[email protected]>
AuthorDate: Wed Feb 4 12:38:51 2026 +0800
HDDS-14536. Storage Containers shown in menu as storage-containers (#317)
---
.../02-replication/01-storage-containers.md | 30 +++++++---------------
1 file changed, 9 insertions(+), 21 deletions(-)
diff --git a/docs/03-core-concepts/02-replication/01-storage-containers.md
b/docs/03-core-concepts/02-replication/01-storage-containers.md
index 35ae271da..566b4fe63 100644
--- a/docs/03-core-concepts/02-replication/01-storage-containers.md
+++ b/docs/03-core-concepts/02-replication/01-storage-containers.md
@@ -1,19 +1,7 @@
-<!---
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
+---
+sidebar_label: Storage Containers
+---
+
# Storage Containers
Storage Containers, or Containers (not to be confused with Docker containers)
are the fundamental replication unit of Ozone, they are managed by the Storage
Container Manager (SCM) service.
@@ -31,8 +19,8 @@ When a container is created it starts in an OPEN state. When
it's full (~5GB dat
The fundamental differences between OPEN and CLOSED containers:
-| OPEN | CLOSED |
-|-----------------------------------|-----------------------------------------|
-| mutable | immutable |
-| replicated with RAFT (Ratis) | Replicated with async container copy |
-| Raft leader is used to READ / WRITE | All the nodes can be used to READ |
+| OPEN | CLOSED |
+| ----------------------------------- | ------------------------------------ |
+| Mutable | Immutable |
+| Replicated with RAFT (Ratis) | Replicated with async container copy |
+| Raft leader is used to READ / WRITE | All the nodes can be used to READ |
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]