X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=datacenter.cfg.5-opts.adoc;h=1890a299ffe0cb0882513fc64cc7daac8c3eb25f;hp=2ef3011695dcb5a5068282f7a2987f2237c20b41;hb=effd6c43413600787db1997160cd9926ed431b0a;hpb=c016ebb7bcc5cd488197c1f9f55633520466497e diff --git a/datacenter.cfg.5-opts.adoc b/datacenter.cfg.5-opts.adoc index 2ef3011..1890a29 100644 --- a/datacenter.cfg.5-opts.adoc +++ b/datacenter.cfg.5-opts.adoc @@ -1,39 +1,50 @@ -`console:` `(applet | html5 | vv)` :: +`console`: `` :: -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). +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). -`email_from:` `string` :: +`email_from`: `` :: Specify email address to send notification from (default is root@$hostname) -`fencing:` `(both | hardware | watchdog)` (default=`watchdog`):: +`fencing`: `` ('default =' `watchdog`):: -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. NOTE: 'hardware' and 'both' are EXPERIMENTAL & WIP +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. ++ +WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP -`http_proxy:` `http://.*` :: +`http_proxy`: `http://.*` :: -Specify external http proxy which is used for downloads (example: -'http://username:password@host:port/') +Specify external http proxy which is used for downloads (example: 'http://username:password@host:port/') -`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)` :: +`keyboard`: `` :: Default keybord layout for vnc server. -`language:` `(de | en)` :: +`language`: `` :: Default GUI language. -`max_workers:` `integer (1 - N)` :: +`mac_prefix`: `(?^i:[a-f0-9]{2}(?::[a-f0-9]{2}){0,2}:?)` :: -Defines how many workers (per node) are maximal started on actions like -'stopall VMs' or task from the ha-manager. +Prefix for autogenerated MAC addresses. -`migration_unsecure:` `boolean` :: +`max_workers`: ` (1 - N)` :: -Migration is secure using SSH tunnel by default. For secure private -networks you can disable it to speed up migration. +Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager. + +`migration`: `[type=] [,network=]` :: + +For cluster wide migration settings. + +`network`=`` ;; + +CIDR of the (sub) network that is used for migration. + +`type`=`` ('default =' `secure`);; + +Migration traffic is encrypted using an SSH tunnel by default. On secure, completely private networks this can be disabled to increase performance. + +`migration_unsecure`: `` :: + +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!