Problem
Currently if the database disk runs out of space, database pods (verified only with citus) will go to a non ready state and this will block the ability to make read requests
Solution
We need a way for importer to be aware of how close disk is to full. If any disk reaches a configured threshold, we should halt ingesting.
Alternatives
No response
Problem
Currently if the database disk runs out of space, database pods (verified only with citus) will go to a non ready state and this will block the ability to make read requests
Solution
We need a way for importer to be aware of how close disk is to full. If any disk reaches a configured threshold, we should halt ingesting.
Alternatives
No response