-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[filestorage] - Make things simpler in compactino #31024
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
I agree it requires some understanding but the documentation is quite clear about how it works. Feel free to suggest improvements to the documentation if you think there is a clearer way to present the model.
This is not explicit flag variable in the code but the effective behavior is described accurately. The code just computes the conditions as needed, which would be a lot less clear if explained in documentation.
There are downsides to your approach which are worth noting.
|
Closing as not planned. |
Component(s)
extension/storage/filestorage
Is your feature request related to a problem? Please describe.
rebound_trigger_threshold_mib
andrebound_needed_threshold_mib
are confusing for users not familiar with the terminology.Describe the solution you'd like
totalSize
againstrebound_needed_threshold_mib
anddataSize
againstrebound_trigger_threshold_mib
we can check for free space (i.e. total size - data size)Describe alternatives you've considered
Haven't thought of any alternative, any thoughts are welcomed.
Additional context
No response
The text was updated successfully, but these errors were encountered: