X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=datacenter.cfg.5-opts.adoc;fp=datacenter.cfg.5-opts.adoc;h=8b84a3e319e2b37eee654e97dcfa6a8bcc36c6b1;hp=dd89533a6e8c6f7c01d55bf7e4459ed47dc1d3e0;hb=5f26e15b397f8a3e502c5aec60073b284f625c54;hpb=b7a5c9c54bf90654a40763b17a1c0e0c805f80c4 diff --git a/datacenter.cfg.5-opts.adoc b/datacenter.cfg.5-opts.adoc index dd89533..8b84a3e 100644 --- a/datacenter.cfg.5-opts.adoc +++ b/datacenter.cfg.5-opts.adoc @@ -36,6 +36,14 @@ Set the fencing mode of the HA cluster. Hardware mode needs a valid configuratio + WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP +`ha`: `shutdown_policy=` :: + +Cluster wide HA settings. + +`shutdown_policy`=`` ('default =' `conditional`);; + +Describes the policy for handling HA services on poweroff or reboot of a node. Freeze will always freeze services which are still located on the node on shutdown, those services won't be recovered by the HA manager. Failover will not mark the services as frozen and thus the services will get recovered to other nodes, if the shutdown node does not come up again quickly (< 1min). 'conditional' chooses automatically depending on the type of shutdown, i.e., on a reboot the service will be frozen but on a poweroff the service will stay as is, and thus get recovered after about 2 minutes. + `http_proxy`: `http://.*` :: Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')