leil-io / saunafs

SaunaFS is a free-and open source, distributed POSIX file system inspired by Google File System.
https://saunafs.com
GNU General Public License v3.0
60 stars 4 forks source link

feat(chunkserver): Get chunk to test from manager #174

Closed lgsilva3087 closed 1 month ago

lgsilva3087 commented 2 months ago

This commit adds and extension point for the disk managers to be asked about the next chunk to test. The default disk manager uses the same approach as before.

It is up to the disk manager plugins to provide custom implementation for this behavior.