]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.5-opts.adoc
ha-manager.adoc: move section 'Service States' to 'How it Works'
[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 applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).
4
5 `email_from`: `<string>` ::
6
7 Specify email address to send notification from (default is root@$hostname)
8
9 `fencing`: `<both | hardware | watchdog>` ('default =' `watchdog`)::
10
11 Set 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.
12 +
13 WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
14
15 `http_proxy`: `http://.*` ::
16
17 Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
18
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>` ::
20
21 Default keybord layout for vnc server.
22
23 `language`: `<de | en>` ::
24
25 Default GUI language.
26
27 `mac_prefix`: `(?^i:[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?)` ::
28
29 Prefix for autogenerated MAC addresses.
30
31 `max_workers`: `<integer> (1 - N)` ::
32
33 Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager.
34
35 `migration`: `[type=]<secure|insecure> [,network=<CIDR>]` ::
36
37 For cluster wide migration settings.
38
39 `network`=`<CIDR>` ;;
40
41 CIDR of the (sub) network that is used for migration.
42
43 `type`=`<insecure | secure>` ('default =' `secure`);;
44
45 Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
46
47 `migration_unsecure`: `<boolean>` ::
48
49 Migration is secure using SSH tunnel by default. For secure private networks you can disable it to speed up migration. Deprecated, use the 'migration' property instead!
50