strimzi/kafka-quotas-plugin

Improve support for JBOD storage

scholzj opened this issue · 3 comments

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.

@SamBarker @robobario I believe this was more or less addressed in your changes to the plugin, right?

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

Are we planning to release and include the improved version in Strimzi?