longhorn: default StorageClass to 2-way replication #196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "plane/longhorn-default-2way"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Set
persistence.defaultClassReplicaCount=2so the auto-createdlonghornStorageClass provisions PVCs at 2-way (matchinglonghorn-dbanddefaultSettings.defaultReplicaCount). Single-host topology means 3-way buys nothing real (host failure takes all replicas) while tripling write I/O. Existing 3-way volumes patched in-cluster (6 volumes: minio×2, redis, nats, mapstorage, lab-director-app).