You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Although modifying a volume topology is not currently available as a feature, we have suggested to a user modifying etcd under the hood.
Unfortunately when scaling down a volume replica count may remove first replicas which don't match the new volume topology.
To Reproduce
Create pools with no topology and other pools with topology labels a=b
Create 2-replica volume with no pool topology labels
Publish volume
Modify volume to add pool topology labels a=b
Scale volume to 3 replicas
Wait for rebuild
Scale down to 2 replicas
Here it doesn't always work
Expected behavior
All else being equal, we should always prefer to remove replicas from pools with topology mismatched with volume.
The text was updated successfully, but these errors were encountered:
Describe the bug
Although modifying a volume topology is not currently available as a feature, we have suggested to a user modifying etcd under the hood.
Unfortunately when scaling down a volume replica count may remove first replicas which don't match the new volume topology.
To Reproduce
Expected behavior
All else being equal, we should always prefer to remove replicas from pools with topology mismatched with volume.
The text was updated successfully, but these errors were encountered: