Gargi-jais11 commented on PR #9969: URL: https://github.com/apache/ozone/pull/9969#issuecomment-4139972394
> Does EffectiveUsedSpace equal to TotalCapacity - UsedSpace + Pre-AllocatedBytes? If yes, then I think this one can be optional. I'm fine whether you show it or not. The rest looks good to me. ` effectiveUsed = usage.getCapacity() - usage.getAvailable() + committed + required;` required is delta update by source volume which will be freed up. Okay I will update then. -- 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]
