neils-dev commented on PR #4563: URL: https://github.com/apache/ozone/pull/4563#issuecomment-1514031517
Updated scm decommissioning command to remove required clusterId. Command issued now with scmid as --nodeid containing UUID of scm to decommission. ``` bash-4.2$ ozone admin scm decommission --nodeid=b4ddaeaf-ab14-4570-94c0-416cd2505aa6 Decommissioned Scm b4ddaeaf-ab14-4570-94c0-416cd2505aa6 bash-4.2$ ozone admin scm roles scm1:9894:LEADER:b903a2e3-1106-41e3-a10f-b4b97788601d:172.20.0.9 scm2:9894:FOLLOWER:61e8dadf-96f6-4ea1-9f31-d4722595ea2a:172.20.0.6 ``` -- 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]
