Replies: 2 comments 4 replies
|
@jurim76 Currently, rustfs helm chart support two mnmd type: 4 pods and each pod has 4 pvc, 16 pod and each pod has 1 pvc, total disks(pvc) is the right configuration will be as below and there is no By the way, you also need to change the configmap Above configuration should be |
2 replies
|
@majinghe |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello
The helm chart has a condition "if statefulset replica count == 4; then create 4 rustfs{0...3} subdirs in /data".
Is it ok, if I want to use 4 sts replicas pods on a different nodes (using podAntiAffinity) and use only
/datadirectory (and one PVC per replica) on every pod?All reactions