threefoldtech / qbd

POC rust nbd server with possible support of reed-solomen correction coding
Apache License 2.0
0 stars 0 forks source link

scheduled eviction and graceful shutdown #1

Closed muhamadazmy closed 11 months ago

muhamadazmy commented 11 months ago

This will make the eviction happen continuesly in the background without affecting IO speed much

The device can still do eviction during an IO operation if needed to be able to load a page from persisted (slow) storage.

The device can decide to ignore the scheduled eviction if the device is under heavy io operations.