]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.5-opts.adoc
add qmrestore man page
[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. NOTE: 'hardware' and 'both' are EXPERIMENTAL & WIP
16
17 `http_proxy`: `http://.*` ::
18
19 Specify 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
24 Default keybord layout for vnc server.
25
26 `language`: `(de | en)` ::
27
28 Default GUI language.
29
30 `max_workers`: `integer (1 - N)` ::
31
32 Defines 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
37 Migration is secure using SSH tunnel by default. For secure private
38 networks you can disable it to speed up migration.
39