File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,23 @@ One way to automatically achieve this is to have a piece of software monitor Inc
97
97
power to the server in question by interacting with its BMC or PDU.
98
98
```
99
99
100
+ (cluster-automatic-balancing)=
101
+ ### Cluster re-balancing
102
+
103
+ Incus can automatically balance the load across cluster members.
104
+
105
+ This is done through a few configuration options:
106
+
107
+ - {config: option }` server-cluster:cluster.rebalance.batch `
108
+ - {config: option }` server-cluster:cluster.rebalance.cooldown `
109
+ - {config: option }` server-cluster:cluster.rebalance.interval `
110
+ - {config: option }` server-cluster:cluster.rebalance.threshold `
111
+
112
+ Incus will compare the load across all servers and if the difference in
113
+ percent exceeds the threshold, it will start identifying
114
+ virtual-machines that can be safely live-migrated to the least loaded
115
+ server.
116
+
100
117
(cluster-manage-delete-members)=
101
118
## Delete cluster members
102
119
You can’t perform that action at this time.
0 commit comments