HDDS-11928. [Website v2] [Docs] [Core Concepts] Storage Containers.#110
Conversation
271d48b to
30ede86
Compare
|
There's been no update to the v1 doc so I can simply revive this one as is. |
30ede86 to
78c9a5b
Compare
| # Storage Containers | ||
|
|
||
| **TODO:** File a subtask under [HDDS-9857](https://issues.apache.org/jira/browse/HDDS-9857) and complete this page or section. | ||
| 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. |
There was a problem hiding this comment.
I think one input here was to use BlockPools or BPools instead of containers to avoid confusion.
Though we are clarifying it here but I wonder if this might be better to use?
There was a problem hiding this comment.
We don't use the term BlockPools/BPools anywhere else, so I don't think we should put it here. Usually "storage container" is what we write when we want to avoid confusion with docker containers, although I think this sentence maintains that distinction.
There was a problem hiding this comment.
@devabhishekpal @errose28 let me know how we can proceed.
There was a problem hiding this comment.
I'm ok with the wording currently present in the PR.
a862a0d to
e619dd1
Compare
|
Looks like all comments are addressed. I'll merge tmr if no objections. |
Co-authored-by: Siyao Meng <50227127+smengcl@users.noreply.github.com>
What changes were proposed in this pull request?
HDDS-11928. [Website v2] [Docs] [Core Concepts] Storage Containers.
copy & paste from this page: https://ozone.apache.org/docs/edge/concept/containers.html to https://ozone-site-v2.staged.apache.org/docs/core-concepts/replication/storage-containers.
What is the link to the Apache Jira?
https://issues.apache.org/jira/browse/HDDS-11928
How was this patch tested?
Previewed the output locally.