Improve support for JBOD storage
scholzj opened this issue · 3 comments
scholzj commented
The storage quota doesn't have currently a very good support for JBOD storage. It sums up the used space across all log directories and evaluates it against the quota. But that does not take into account that one disk might be getting full while other is empty because they have different partitions assigned. Therefore you can still run out of disk space without actually breaching the quota.
scholzj commented
@SamBarker @robobario I believe this was more or less addressed in your changes to the plugin, right?
SamBarker commented
Yes I think so. The plugin doesn't have any explicit knowledge of jbod but it does deal with the issues outlined in the description
fvaleri commented
Are we planning to release and include the improved version in Strimzi?