]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
fix #1850: small additions
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index 1890a299ffe0cb0882513fc64cc7daac8c3eb25f..a99fa5648786f6914bc35c71415b70bbb6b11edb 100644 (file)
@@ -1,6 +1,30 @@
-`console`: `<applet | html5 | vv>` ::
+`bwlimit`: `[clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]` ::
 
-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.
+
+`clone`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for cloning disks
+
+`default`=`<LIMIT>` ;;
+
+default bandwidth limit in MiB/s
+
+`migration`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for migrating guests
+
+`move`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for moving disks
+
+`restore`=`<LIMIT>` ;;
+
+bandwidth limit in MiB/s for restoring guests from backups
+
+`console`: `<applet | html5 | vv | xtermjs>` ::
+
+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.
 
 `email_from`: `<string>` ::