sravani-revuri opened a new pull request, #9706: URL: https://github.com/apache/ozone/pull/9706
## What changes were proposed in this pull request? In the DiskBalancer Features file, the Command option “Stop after disk even” is displaying an incorrect default value. Currently, the default value is set to false, but it should be true by default. ``` Stop automatically after disks are balanced (default: false). Used with start and update commands. ``` change to below in DiskBalancer.md feature doc: ``` Stop automatically after disks are balanced (default: true). Used with start and update commands. ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14554 ## How was this patch tested? no test needed -- 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]
