]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
buildsys: switch upload dist over to buster
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index dd89533a6e8c6f7c01d55bf7e4459ed47dc1d3e0..2b9fd2148e50c59958190a8d6664e9569f9bad6e 100644 (file)
@@ -4,23 +4,23 @@ Set bandwidth/io limits various operations.
 
 `clone`=`<LIMIT>` ;;
 
-bandwidth limit in MiB/s for cloning disks
+bandwidth limit in KiB/s for cloning disks
 
 `default`=`<LIMIT>` ;;
 
-default bandwidth limit in MiB/s
+default bandwidth limit in KiB/s
 
 `migration`=`<LIMIT>` ;;
 
-bandwidth limit in MiB/s for migrating guests
+bandwidth limit in KiB/s for migrating guests (including moving local disks)
 
 `move`=`<LIMIT>` ;;
 
-bandwidth limit in MiB/s for moving disks
+bandwidth limit in KiB/s for moving disks
 
 `restore`=`<LIMIT>` ;;
 
-bandwidth limit in MiB/s for restoring guests from backups
+bandwidth limit in KiB/s for restoring guests from backups
 
 `console`: `<applet | html5 | vv | xtermjs>` ::
 
@@ -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=<freeze|failover|conditional>` ::
+
+Cluster wide HA settings.
+
+`shutdown_policy`=`<conditional | failover | freeze>` ('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/')
@@ -48,7 +56,7 @@ Default keybord layout for vnc server.
 
 Default GUI language.
 
-`mac_prefix`: `(?^i:[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?)` ::
+`mac_prefix`: `<string>` ::
 
 Prefix for autogenerated MAC addresses.
 
@@ -72,3 +80,15 @@ Migration traffic is encrypted using an SSH tunnel by default. On secure, comple
 
 Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration. Deprecated, use the 'migration' property instead!
 
+`u2f`: `[appid=<APPID>] [,origin=<URL>]` ::
+
+u2f
+
+`appid`=`<APPID>` ;;
+
+U2F AppId URL override. Defaults to the origin.
+
+`origin`=`<URL>` ;;
+
+U2F Origin override. Mostly useful for single nodes with a single URL.
+