We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is new functionality in the latest vshard versions - options, which controls the rebalancer behaviour.
In the #2186 it's been supported on backend level. Now it would be great to reflect these changes in the web UI.
I.e. it would be great to be able to:
off
manual
auto
The text was updated successfully, but these errors were encountered:
I think we should alsp show rebalancer_enabled field on the main cluster page
Sorry, something went wrong.
rebalancer_mode
rebalancer
edit replicaset
mutation($replicasets: [EditReplicasetInput]) { cluster { edit_topology(replicasets: $replicasets) { replicasets { uuid rebalancer } } } } ---- replicasets = {{ uuid = replicaset_uuid, rebalancer = true, }}
mutation($servers: [EditServerInput]) { cluster { edit_topology(servers: $servers){ servers { uuid rebalancer } } } } --- servers = { {uuid = uuid, rebalancer = true}, }
rebalancer enabled
{ servers { uri boxinfo { vshard_storage { rebalancer_enabled } } } }
usenko-timur
Successfully merging a pull request may close this issue.
There is new functionality in the latest vshard versions - options, which controls the rebalancer behaviour.
In the #2186 it's been supported on backend level. Now it would be great to reflect these changes in the web UI.
I.e. it would be great to be able to:
off
,manual
orauto
The text was updated successfully, but these errors were encountered: