ChenSammi commented on code in PR #8585:
URL: https://github.com/apache/ozone/pull/8585#discussion_r2157959106


##########
hadoop-hdds/docs/content/concept/Datanodes.md:
##########
@@ -77,6 +77,40 @@ This extra indirection helps tremendously with scaling 
Ozone. SCM has far
 less block data to process and the namespace service (Ozone Manager) as a
 different service are critical to scaling Ozone.
 
+## Volume Management
+
+### What is a Volume?
+
+In the context of an Ozone DataNode, a "volume" refers to a physical disk or 
storage device managed by the DataNode. Each volume can store many containers, 
which are the fundamental units of storage in Ozone. This is different from the 
"volume" concept in Ozone Manager, which refers to a namespace for organizing 
buckets and keys.
+
+The status of volumes, including used space, available space and whether or 
not they are operational or removed, can be looked up from DataNode Web UI.

Review Comment:
   removed - > failed. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org
For additional commands, e-mail: issues-h...@ozone.apache.org

Reply via email to