Search K
Appearance
Appearance
doveadm-cluster-backend - Utility actions for Palomar backend
doveadm [GLOBAL OPTIONS] cluster backend add [ --id id ] [ --site host ] --self | name
doveadm [GLOBAL OPTIONS] cluster backend remove --self | host
doveadm [GLOBAL OPTIONS] cluster backend update [ --status online|offline|standby ] [ --load-factor <0..100> ] --self | host
doveadm [GLOBAL OPTIONS] cluster backend evacuate --self | host
doveadm [GLOBAL OPTIONS] cluster backend status --self | host
doveadm [GLOBAL OPTIONS] cluster backend list
doveadm cluster backend can be used to run actions that interact with and modify Palomar backends.
cluster_backend_name
setting as the host name.Adds a new backend to cluster. New backends are added in standby state. UUID should not be used unless you are re-adding the same backend.
doveadm [GLOBAL OPTIONS] cluster backend update [ --status online|offline|standby ] [ --load-factor <0..100> ] --self | host
--status
See BACKEND STATUS
--load-factor
Load factor is the approximate amount of site load in percentage that this backend gets allocated. This value is not exact, and requires Palomar Cluster Controller to work correctly.
Recommended values are 100, 75, 50, 25 and 0. Setting it to 0 will indicate that backend should be drained in Cluster Controller.
--site
parameter to specify site to list.