This release adds support for LINSTORs x-replicas-on-different
feature via the xReplicasOnDifferent
storage class parameter.
For example, you may want to have 2 copies of the volume available in each zone, with 4 copies in total:
...
parameters:
autoPlace: "4"
xReplicasOnDifferent: |
topology.kubernetes.io/zone: 2
Added
- Add
XReplicasOnDifferent
parameter.