ArafatKhan2198 commented on PR #7229:
URL: https://github.com/apache/ozone/pull/7229#issuecomment-2370705189
Made the final changes and tested manually.
```
sh-4.2$ ozone debug container -p=/data/hdds list
{
"containerType" : "KeyValueContainer",
"containerID" : 1,
"metadata" : { },
....
sh-4.2$ ozone debug container -p=/data/hdds info --container=1
{
"containerType" : "KeyValueContainer",
"containerID" : 1,
"metadata" : { },
....
sh-4.2$ ozone debug container -p=/data/hdds inspect
{
"containerID" : 1,
"schemaVersion" : "3",
"containerState" : "OPEN",
....
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]