]> git.proxmox.com Git - pve-docs.git/blame - datacenter.cfg.5-opts.adoc
fix release number in pve-admin-guide-docinfo.xml
[pve-docs.git] / datacenter.cfg.5-opts.adoc
CommitLineData
34450053 1`console`: `(applet | html5 | vv)` ::
c016ebb7
DM
2
3Select the default Console viewer. You can either use the builtin java
4applet (VNC), an external virt-viewer comtatible application (SPICE), or an
5HTML5 based viewer (noVNC).
6
34450053 7`email_from`: `string` ::
c016ebb7
DM
8
9Specify email address to send notification from (default is root@$hostname)
10
34450053 11`fencing`: `(both | hardware | watchdog)` (default=`watchdog`)::
c016ebb7
DM
12
13Set the fencing mode of the HA cluster. Hardware mode needs a valid
14configuration of fence devices in /etc/pve/ha/fence.cfg. With both all two
04ce4dfa
DM
15modes are used.
16+
17WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
c016ebb7 18
34450053 19`http_proxy`: `http://.*` ::
c016ebb7
DM
20
21Specify external http proxy which is used for downloads (example:
22'http://username:password@host:port/')
23
34450053 24`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
25
26Default keybord layout for vnc server.
27
34450053 28`language`: `(de | en)` ::
c016ebb7
DM
29
30Default GUI language.
31
34450053 32`max_workers`: `integer (1 - N)` ::
c016ebb7
DM
33
34Defines how many workers (per node) are maximal started on actions like
35'stopall VMs' or task from the ha-manager.
36
34450053 37`migration_unsecure`: `boolean` ::
c016ebb7
DM
38
39Migration is secure using SSH tunnel by default. For secure private
40networks you can disable it to speed up migration.
41