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