errose28 commented on PR #10777: URL: https://github.com/apache/ozone/pull/10777#issuecomment-5006954776
I added a hidden force flag to the CLI and RPC. `ozone admin upgrade finalize --force` will skip the version checks added by this PR. The flag will not show up in the CLI help message, print a message to stdout when used, and show up in the audit log. Since the version checks also require all OMs (and later SCMs) to be up during finalize, the force flag allows finalizing even if some of these nodes are down indefinitely. In most cases the cluster should be restored to a healthy state before finishing the upgrade by finalizing it, but this provides a back door if any issues arise later. This flag will be forwarded from OM to SCM as well in #10783, which makes that PR dependent on this one. -- 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]
