kerneltime commented on PR #8365:
URL: https://github.com/apache/ozone/pull/8365#issuecomment-2853242713

   running `du` at a higher frequency on a filesystem populated with thousands 
of containers and millions of blocks will be expensive. I prefer the approach 
in this doc where we always keep some min space free by including it in our 
calculation for disk used and base the disk used on container metatadata. We 
could optionally run `df` at a lower frequency to ensure the divergence between 
actual vs real is minimal (taking into account space reserved for other 
consumers of the volume)


-- 
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]

Reply via email to