]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.5-opts.adoc
Update the list of supported web browsers
[pve-docs.git] / datacenter.cfg.5-opts.adoc
CommitLineData
34450053 1`console`: `(applet | html5 | vv)` ::
c016ebb7 2
c2993fe5 3Select 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).
c016ebb7 4
34450053 5`email_from`: `string` ::
c016ebb7
DM
6
7Specify email address to send notification from (default is root@$hostname)
8
34450053 9`fencing`: `(both | hardware | watchdog)` (default=`watchdog`)::
c016ebb7 10
c2993fe5 11Set 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
12+
13WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
c016ebb7 14
34450053 15`http_proxy`: `http://.*` ::
c016ebb7 16
c2993fe5 17Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
c016ebb7 18
34450053 19`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
20
21Default keybord layout for vnc server.
22
34450053 23`language`: `(de | en)` ::
c016ebb7
DM
24
25Default GUI language.
26
2c0dde61
DM
27`mac_prefix`: `(?^i:[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?)` ::
28
29Prefix for autogenerated MAC addresses.
30
34450053 31`max_workers`: `integer (1 - N)` ::
c016ebb7 32
c2993fe5 33Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager.
c016ebb7 34
34450053 35`migration_unsecure`: `boolean` ::
c016ebb7 36
c2993fe5 37Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration.
c016ebb7 38