We test ScyllaDB with ChaosMesh which uses fuser project under the hood to inject failures coming from filesystem. ScyllaDB uses asynchonous direct file I/O which requires io_submit() and io_getevents() support. It looks fuser does not support it and it makes this 'experiment' useless for us.
Is there a plan to support these operations? What are the timelines for that?
We test ScyllaDB with ChaosMesh which uses
fuser
project under the hood to inject failures coming from filesystem. ScyllaDB uses asynchonous direct file I/O which requiresio_submit()
andio_getevents()
support. It looksfuser
does not support it and it makes this 'experiment' useless for us.Is there a plan to support these operations? What are the timelines for that?