]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.5-opts.adoc
update link qemu documentation non web.archive
[pve-docs.git] / datacenter.cfg.5-opts.adoc
CommitLineData
27a7acb2
DM
1`bwlimit`: `[clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]` ::
2
3Set bandwidth/io limits various operations.
4
5`clone`=`<LIMIT>` ;;
6
95895385 7bandwidth limit in KiB/s for cloning disks
27a7acb2
DM
8
9`default`=`<LIMIT>` ;;
10
95895385 11default bandwidth limit in KiB/s
27a7acb2
DM
12
13`migration`=`<LIMIT>` ;;
14
95895385 15bandwidth limit in KiB/s for migrating guests (including moving local disks)
27a7acb2
DM
16
17`move`=`<LIMIT>` ;;
18
95895385 19bandwidth limit in KiB/s for moving disks
27a7acb2
DM
20
21`restore`=`<LIMIT>` ;;
22
95895385 23bandwidth limit in KiB/s for restoring guests from backups
27a7acb2 24
a9a8e3d1 25`console`: `<applet | html5 | vv | xtermjs>` ::
c016ebb7 26
a9a8e3d1 27Select 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.
c016ebb7 28
013dc89f 29`email_from`: `<string>` ::
c016ebb7
DM
30
31Specify email address to send notification from (default is root@$hostname)
32
013dc89f 33`fencing`: `<both | hardware | watchdog>` ('default =' `watchdog`)::
c016ebb7 34
c2993fe5 35Set the fencing mode of the HA cluster. Hardware mode needs a valid configuration of fence devices in /etc/pve/ha/fence.cfg. With both all two modes are used.
04ce4dfa
DM
36+
37WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
c016ebb7 38
5c1699e5 39`ha`: `shutdown_policy=<enum>` ::
5f26e15b
TL
40
41Cluster wide HA settings.
42
5c1699e5 43`shutdown_policy`=`<conditional | failover | freeze | migrate>` ('default =' `conditional`);;
5f26e15b 44
e9cd3bd4 45Describes 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. Migrate will try to move all running services to another node when a reboot or shutdown was triggered. The poweroff process will only continue once no running services are located on the node anymore. If the node comes up again, the service will be moved back to the previously powered-off node, at least if no other migration, reloaction or recovery took place.
5f26e15b 46
34450053 47`http_proxy`: `http://.*` ::
c016ebb7 48
c2993fe5 49Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
c016ebb7 50
013dc89f 51`keyboard`: `<da | de | de-ch | en-gb | en-us | es | fi | fr | fr-be | fr-ca | fr-ch | hu | is | it | ja | lt | mk | nl | no | pl | pt | pt-br | sl | sv | tr>` ::
c016ebb7
DM
52
53Default keybord layout for vnc server.
54
1c532546 55`language`: `<ca | da | de | en | es | eu | fa | fr | he | it | ja | nb | nn | pl | pt_BR | ru | sl | sv | tr | zh_CN | zh_TW>` ::
c016ebb7
DM
56
57Default GUI language.
58
95895385 59`mac_prefix`: `<string>` ::
2c0dde61
DM
60
61Prefix for autogenerated MAC addresses.
62
013dc89f 63`max_workers`: `<integer> (1 - N)` ::
c016ebb7 64
c2993fe5 65Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager.
c016ebb7 66
de0983cb
DM
67`migration`: `[type=]<secure|insecure> [,network=<CIDR>]` ::
68
69For cluster wide migration settings.
70
71`network`=`<CIDR>` ;;
72
73CIDR of the (sub) network that is used for migration.
74
013dc89f 75`type`=`<insecure | secure>` ('default =' `secure`);;
de0983cb
DM
76
77Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
78
013dc89f 79`migration_unsecure`: `<boolean>` ::
c016ebb7 80
de0983cb 81Migration 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!
c016ebb7 82
95895385
TL
83`u2f`: `[appid=<APPID>] [,origin=<URL>]` ::
84
85u2f
86
87`appid`=`<APPID>` ;;
88
89U2F AppId URL override. Defaults to the origin.
90
91`origin`=`<URL>` ;;
92
93U2F Origin override. Mostly useful for single nodes with a single URL.
94