Skip to content
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

Trigger on inodes count #18

Closed
piec opened this issue Oct 16, 2023 · 5 comments
Closed

Trigger on inodes count #18

piec opened this issue Oct 16, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@piec
Copy link
Contributor

piec commented Oct 16, 2023

Hi,

Sometimes a volume is full because there is no free inode left, while the capacity usage is still low. This happens when you have lots of small files for example.
The feature request would be to add a new resize condition based on the inodes free/count ratio (based on kubelet_volume_stats_inodes* metrics for example)

Cheers,
Pierre

@piec piec added the enhancement New feature or request label Oct 16, 2023
@AndrewFarley
Copy link
Contributor

I've just implemented this, will test it shortly and then release it.

@AndrewFarley
Copy link
Contributor

Released feature in 1.0.8

@piec
Copy link
Contributor Author

piec commented Oct 17, 2023

Awesome 😃! I will also test it

@piec
Copy link
Contributor Author

piec commented Oct 19, 2023

I tested it and it works for me 👍 , thanks

@AndrewFarley
Copy link
Contributor

@piec Thanks for the awesome feature request! I've never had to scale on tons of little files myself in recent history, but I've definitely had this problem in the past so it's good to be able to handle it for those rare use-cases and systems which needs lots of small files. It was an easy add as well, so no worries! Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants