]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/CLI/qmrestore.pm
restore: implement rate limiting
[qemu-server.git] / PVE / CLI / qmrestore.pm
index 17018d22694a9b064bb6ca2b5ac99d11c205b51b..7e12b107da5e889040a2dc02f8d8980a0f436985 100755 (executable)
@@ -53,6 +53,12 @@ __PACKAGE__->register_method({
                type => 'string', format => 'pve-poolid',
                description => "Add the VM to the specified pool.",
            },
+           bwlimit => {
+               description => "Override io bandwidth.",
+               optional => 1,
+               type => 'number',
+               minimum => '0',
+           }
        },
     },
     returns => {