X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=datacenter.cfg.5-opts.adoc;h=1c54683e8fc6c2c22f2621302ef682acc0ffe912;hp=df9d74f45185680ca83360fd224c387204ffae35;hb=65c8d802b99295cb33a3667f256cd7749d764c70;hpb=de0983cb5feb38143ada8d2f9fa99d4f7102d497 diff --git a/datacenter.cfg.5-opts.adoc b/datacenter.cfg.5-opts.adoc index df9d74f..1c54683 100644 --- a/datacenter.cfg.5-opts.adoc +++ b/datacenter.cfg.5-opts.adoc @@ -1,12 +1,36 @@ -`console`: `(applet | html5 | vv)` :: +`bwlimit`: `[clone=] [,default=] [,migration=] [,move=] [,restore=]` :: -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). +Set bandwidth/io limits various operations. -`email_from`: `string` :: +`clone`=`` ;; + +bandwidth limit in MiB/s for cloning disks + +`default`=`` ;; + +default bandwidth limit in MiB/s + +`migration`=`` ;; + +bandwidth limit in MiB/s for migrating guests + +`move`=`` ;; + +bandwidth limit in MiB/s for moving disks + +`restore`=`` ;; + +bandwidth limit in MiB/s for restoring guests from backups + +`console`: `` :: + +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), or an HTML5 based viewer (noVNC). + +`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. + @@ -16,11 +40,11 @@ WARNING: 'hardware' and 'both' are EXPERIMENTAL & WIP 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. @@ -28,7 +52,7 @@ Default GUI language. Prefix for autogenerated MAC addresses. -`max_workers`: `integer (1 - N)` :: +`max_workers`: ` (1 - N)` :: Defines how many workers (per node) are maximal started on actions like 'stopall VMs' or task from the ha-manager. @@ -40,11 +64,11 @@ For cluster wide migration settings. CIDR of the (sub) network that is used for migration. -`type`=`(insecure | secure)` (default=`secure`);; +`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`: `boolean` :: +`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!