slfan1989 opened a new pull request, #10563:
URL: https://github.com/apache/ozone/pull/10563
## What changes were proposed in this pull request?
The DiskBalancer report command prints a Note section that explains each
reported field. The Utilization note currently has a formatting issue: the
formula is missing the opening parenthesis before effectiveUsedSpace.
- Current text:
```
Utilization: how much a particular volume is utilized effectiveUsedSpace /
ozoneCapacity) in %.
```
- Expected text:
```
Utilization: how much a particular volume is utilized (effectiveUsedSpace
/ ozoneCapacity) in %.
```
This is a minor documentation/output text fix. It does not change
DiskBalancer behavior or report calculation logic.
## What is the link to the Apache JIRA
JIRA: HDDS-15629. [DiskBalancer] Fix missing parenthesis in report
utilization note.
## How was this patch tested?
None Junit Test.
--
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]