]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
fixup: s/devies/devices/
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index 1890a299ffe0cb0882513fc64cc7daac8c3eb25f..8b84a3e319e2b37eee654e97dcfa6a8bcc36c6b1 100644 (file)
@@ -1,6 +1,30 @@
-`console`: `<applet | html5 | vv>` ::
+`bwlimit`: `[clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]` ::
 
-Select the default Console viewer. You can either use the builtin java applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
+Set bandwidth/io limits various operations.
+
+`clone`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for cloning disks
+
+`default`=`<LIMIT>` ;;
+
+default bandwidth limit in MiB/s
+
+`migration`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for migrating guests
+
+`move`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for moving disks
+
+`restore`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for restoring guests from backups
+
+`console`: `<applet | html5 | vv | xtermjs>` ::
+
+Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), an HTML5 based vnc viewer (noVNC), or an HTML5 based console client (xtermjs). If the selected viewer is not available (e.g. SPICE not activated for the VM), the fallback is noVNC.
 
 `email_from`: `<string>` ::
 
@@ -12,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/')
@@ -20,7 +52,7 @@ Specify external http proxy which is used for downloads (example: 'http://userna
 
 Default keybord layout for vnc server.
 
-`language`: `<de | en>` ::
+`language`: `<ca | de | en | es | eu | fa | fr | it | ja | nb | nn | pl | pt_BR | ru | sl | sv | tr | zh_CN | zh_TW>` ::
 
 Default GUI language.