Hi! I'm planning the following setup but rustfs only allow "4 pods and each pods has 4 pvcs(default)"
- Setup: 4 Pods in a StatefulSet
- Storage: 1 PVC per pod, backed by iSCSI with High Availability.
- Mode: Distributed S3 with Erasure Coding 1 (EC:1)
The goal: Since the iSCSI layer already handles hardware redundancy (HA), I want to use EC:1 to maximize usable capacity (75%) without sacrificing too much stability at the software level.
Should be possible?