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