Tejaskriya commented on code in PR #6322: URL: https://github.com/apache/ozone/pull/6322#discussion_r1512163020
########## hadoop-hdds/docs/content/feature/Decommission.md: ########## @@ -51,6 +51,14 @@ ozone admin datanode decommission [-hV] [-id=<scmServiceId>] ``` You can enter multiple hosts to decommission multiple datanodes together. +To view the status of a decommissioning datanode, you can execute the following command in cli, + +```shell +ozone admin datanode status decommission [-hV] [-id=<scmServiceId>] [--scm=<scm>] [--id=<uuid>] [--ip=<ipAddress>] +``` +You can pass the ipAddress or uuid of one datanode to view only the details related to that datanode. Review Comment: I have incorporated these suggestions in the recent commit. Thank you for the review! -- 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]
