adoroszlai opened a new pull request, #8685: URL: https://github.com/apache/ozone/pull/8685
## What changes were proposed in this pull request? 1. `OZONE_OPTS` applies to all `ozone` commands 2. each command (e.g. `ozone om` and `ozone sh`) has its own `OZONE_<component>_OPTS` Currently setting options only for server processes needs to be done via (2). Non-server commands also accept additional options via `OZONE_CLIENT_OPTS`. This change introduces a similar new variable `OZONE_SERVER_OPTS` that will be applied to all server processes, but not to other commands. https://issues.apache.org/jira/browse/HDDS-13325 ## How was this patch tested? Added assertion in existing test cases. https://github.com/adoroszlai/ozone/actions/runs/15844757365/job/44665086087 -- 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]
