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