]> git.proxmox.com Git - pve-docs.git/blobdiff - datacenter.cfg.5-opts.adoc
update generated docs
[pve-docs.git] / datacenter.cfg.5-opts.adoc
index db62fe9b35acc1f6541ec7d187b9012cb2c863d4..1c54683e8fc6c2c22f2621302ef682acc0ffe912 100644 (file)
@@ -1,3 +1,27 @@
+`bwlimit`: `[clone=<LIMIT>] [,default=<LIMIT>] [,migration=<LIMIT>] [,move=<LIMIT>] [,restore=<LIMIT>]` ::
+
+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>` ::
 
 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).