Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated QFS configuration for replication
By default, QFS saves files to the cluster using Reed-Solomon encoding. If you have a cluster with smaller than 9 chunck servers, then can be come problematice from a file resilience perspective (RS needs 9 chubks to reliably encode a file). This change instead make QFS write all files with a replication factor of 2, meaning only 2 nodes are needed to reliably save a file. It's wort noting that RS encoding only requires 1.5x the file size to save the file, and file relication of 2 requires 2x.
- Loading branch information