]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.5-opts.adoc
build: refactor build process
[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
7bandwidth limit in MiB/s for cloning disks
8
9`default`=`<LIMIT>` ;;
10
11default bandwidth limit in MiB/s
12
13`migration`=`<LIMIT>` ;;
14
15bandwidth limit in MiB/s for migrating guests
16
17`move`=`<LIMIT>` ;;
18
19bandwidth limit in MiB/s for moving disks
20
21`restore`=`<LIMIT>` ;;
22
23bandwidth limit in MiB/s for restoring guests from backups
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
34450053 39`http_proxy`: `http://.*` ::
c016ebb7 40
c2993fe5 41Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
c016ebb7 42
013dc89f 43`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
44
45Default keybord layout for vnc server.
46
013dc89f 47`language`: `<de | en>` ::
c016ebb7
DM
48
49Default GUI language.
50
2c0dde61
DM
51`mac_prefix`: `(?^i:[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?)` ::
52
53Prefix for autogenerated MAC addresses.
54
013dc89f 55`max_workers`: `<integer> (1 - N)` ::
c016ebb7 56
c2993fe5 57Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager.
c016ebb7 58
de0983cb
DM
59`migration`: `[type=]<secure|insecure> [,network=<CIDR>]` ::
60
61For cluster wide migration settings.
62
63`network`=`<CIDR>` ;;
64
65CIDR of the (sub) network that is used for migration.
66
013dc89f 67`type`=`<insecure | secure>` ('default =' `secure`);;
de0983cb
DM
68
69Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
70
013dc89f 71`migration_unsecure`: `<boolean>` ::
c016ebb7 72
de0983cb 73Migration 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 74