Summary, imperative, start upper case, don't end with a period
Currently, the min replication factor (RF) for controllers is equal to replication factor. During a deployment, the number of instances could go below what is set to RF, which would cause a rebalance failure when using Waged.
To prevent this, we will be setting min RF = max(RF - 1, 1). This will be applied to the storage clusters too.
How was this PR tested?
CI
Does this PR introduce any user-facing changes?
[X] No. You can skip the rest of this section.
[ ] Yes. Make sure to explain your proposed changes and call out the behavior change.
Summary, imperative, start upper case, don't end with a period
Currently, the min replication factor (RF) for controllers is equal to replication factor. During a deployment, the number of instances could go below what is set to RF, which would cause a rebalance failure when using Waged.
To prevent this, we will be setting min RF = max(RF - 1, 1). This will be applied to the storage clusters too.
How was this PR tested?
CI
Does this PR introduce any user-facing changes?