]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
fix #1818: use NTP instead of Servers in timesyncd.conf
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index db62fe9b35acc1f6541ec7d187b9012cb2c863d4..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; deprecated and maps to html5), 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>` ::