adoroszlai commented on PR #10: URL: https://github.com/apache/ozone-helm-charts/pull/10#issuecomment-2512388740
Thanks a lot @pyttel for continuing work on this. You are right, there seems to be a mismatch between OM and SCM in how nodes are identified for `transfer` command. ``` $ ozone admin scm transfer --new-leader-id scm1 Target scm1 not found in group [891cd056-3cf1-4e52-9cac-eff0af7bfefe, b25f513f-ddf7-4382-a3f0-fe5b209a7a26, ac63c8ae-1f4c-4fa7-9eed-e279d0b573ff]. $ ozone admin om transfer --new-leader-id om1 Transfer leadership successfully to om1. ``` Reported HDDS-11839. -- 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]
