]> git.proxmox.com Git - pve-docs.git/blob - datacenter.cfg.5-opts.adoc
vzdump: add section about backup fleecing
[pve-docs.git] / datacenter.cfg.5-opts.adoc
1 `bwlimit`: `[clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]` ::
2
3 Set bandwidth/io limits various operations.
4
5 `clone`=`<LIMIT>` ;;
6
7 bandwidth limit in KiB/s for cloning disks
8
9 `default`=`<LIMIT>` ;;
10
11 default bandwidth limit in KiB/s
12
13 `migration`=`<LIMIT>` ;;
14
15 bandwidth limit in KiB/s for migrating guests (including moving local disks)
16
17 `move`=`<LIMIT>` ;;
18
19 bandwidth limit in KiB/s for moving disks
20
21 `restore`=`<LIMIT>` ;;
22
23 bandwidth limit in KiB/s for restoring guests from backups
24
25 `console`: `<applet | html5 | vv | xtermjs>` ::
26
27 Select the default Console viewer. You can either use the builtin java applet (VNC; deprecated and maps to html5), an external virt-viewer comtatible application (SPICE), an HTML5 based vnc viewer (noVNC), or an HTML5 based console client (xtermjs). If the selected viewer is not available (e.g. SPICE not activated for the VM), the fallback is noVNC.
28
29 `description`: `<string>` ::
30
31 Datacenter description. Shown in the web-interface datacenter notes panel. This is saved as comment inside the configuration file.
32
33 `email_from`: `<string>` ::
34
35 Specify email address to send notification from (default is root@$hostname)
36
37 `fencing`: `<both | hardware | watchdog>` ('default =' `watchdog`)::
38
39 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.
40 +
41 WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP
42
43 `ha`: `shutdown_policy=<enum>` ::
44
45 Cluster wide HA settings.
46
47 `shutdown_policy`=`<conditional | failover | freeze | migrate>` ('default =' `conditional`);;
48
49 Describes the policy for handling HA services on poweroff or reboot of a node. Freeze will always freeze services which are still located on the node on shutdown, those services won't be recovered by the HA manager. Failover will not mark the services as frozen and thus the services will get recovered to other nodes, if the shutdown node does not come up again quickly (< 1min). 'conditional' chooses automatically depending on the type of shutdown, i.e., on a reboot the service will be frozen but on a poweroff the service will stay as is, and thus get recovered after about 2 minutes. Migrate will try to move all running services to another node when a reboot or shutdown was triggered. The poweroff process will only continue once no running services are located on the node anymore. If the node comes up again, the service will be moved back to the previously powered-off node, at least if no other migration, reloaction or recovery took place.
50
51 `http_proxy`: `http://.*` ::
52
53 Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/')
54
55 `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>` ::
56
57 Default keybord layout for vnc server.
58
59 `language`: `<ca | da | de | en | es | eu | fa | fr | he | it | ja | nb | nn | pl | pt_BR | ru | sl | sv | tr | zh_CN | zh_TW>` ::
60
61 Default GUI language.
62
63 `mac_prefix`: `<string>` ::
64
65 Prefix for autogenerated MAC addresses.
66
67 `max_workers`: `<integer> (1 - N)` ::
68
69 Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager.
70
71 `migration`: `[type=]<secure|insecure> [,network=<CIDR>]` ::
72
73 For cluster wide migration settings.
74
75 `network`=`<CIDR>` ;;
76
77 CIDR of the (sub) network that is used for migration.
78
79 `type`=`<insecure | secure>` ('default =' `secure`);;
80
81 Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance.
82
83 `migration_unsecure`: `<boolean>` ::
84
85 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!
86
87 `next-id`: `[lower=<integer>] [,upper=<integer>]` ::
88
89 Control the range for the free VMID auto-selection pool.
90
91 `lower`=`<integer>` ('default =' `100`);;
92
93 Lower, inclusive boundary for free next-id API range.
94
95 `upper`=`<integer>` ('default =' `1000000`);;
96
97 Upper, exclusive boundary for free next-id API range.
98
99 `u2f`: `[appid=<APPID>] [,origin=<URL>]` ::
100
101 u2f
102
103 `appid`=`<APPID>` ;;
104
105 U2F AppId URL override. Defaults to the origin.
106
107 `origin`=`<URL>` ;;
108
109 U2F Origin override. Mostly useful for single nodes with a single URL.
110
111 `webauthn`: `[id=<DOMAINNAME>] [,origin=<URL>] [,rp=<RELYING_PARTY>]` ::
112
113 webauthn configuration
114
115 `id`=`<DOMAINNAME>` ;;
116
117 Relying part ID. Must be the domain name without protocol, port or location. Changing this *will* break existing credentials.
118
119 `origin`=`<URL>` ;;
120
121 Site origin. Must be a `https://` URL (or `http://localhost`). Should contain the address users type in their browsers to access the web interface. Changing this *may* break existing credentials.
122
123 `rp`=`<RELYING_PARTY>` ;;
124
125 Relying party name. Any text identifier. Changing this *may* break existing credentials.
126