Stability on NFS and/or RAID backing storage #259
-
I used to run a Minio cluster on Kubernetes with the backing enterprise storage that is configured in RAID and connected to Kubernetes via NFS PVC. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @omarsamir27 , Yes, you can imagine that we are the Rust version of MinIO. Our requirements are exactly the same as MinIO. Using NFS for disk mounting is OK in single-machine single-disk mode, but it will cause a lot of trouble after multiple servers and multiple disks. So, you can use DirectPV, LongHorn, OpenEBS, etc. as block storage to provide to RustFS. |
Beta Was this translation helpful? Give feedback.
Hi @omarsamir27 ,
Yes, you can imagine that we are the Rust version of MinIO. Our requirements are exactly the same as MinIO.
We also do not recommend using NFS for k8s disk mounting.
Using NFS for disk mounting is OK in single-machine single-disk mode, but it will cause a lot of trouble after multiple servers and multiple disks.
So, you can use DirectPV, LongHorn, OpenEBS, etc. as block storage to provide to RustFS.