Skip to content

Commit dcac5b8

Browse files
committed
doc/cluster: Add mention of re-balancing
Signed-off-by: Stéphane Graber <[email protected]>
1 parent e8ed06b commit dcac5b8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/howto/cluster_manage.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,23 @@ One way to automatically achieve this is to have a piece of software monitor Inc
9797
power to the server in question by interacting with its BMC or PDU.
9898
```
9999

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+
100117
(cluster-manage-delete-members)=
101118
## Delete cluster members
102119

0 commit comments

Comments
 (0)