From eb84566b497567c1ad168857ac7f3b87934c32c4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 21 Mar 2018 11:15:09 +0100 Subject: [PATCH] sync bwlimit description with the container one --- PVE/API2/Qemu.pm | 2 +- PVE/CLI/qmrestore.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index d509bb79..0f27d299 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -431,7 +431,7 @@ __PACKAGE__->register_method({ description => "Add the VM to the specified pool.", }, bwlimit => { - description => "Override io bandwidth.", + description => "Override i/o bandwidth limit (in KiB/s).", optional => 1, type => 'integer', minimum => '0', diff --git a/PVE/CLI/qmrestore.pm b/PVE/CLI/qmrestore.pm index 7e12b107..9ec00512 100755 --- a/PVE/CLI/qmrestore.pm +++ b/PVE/CLI/qmrestore.pm @@ -54,7 +54,7 @@ __PACKAGE__->register_method({ description => "Add the VM to the specified pool.", }, bwlimit => { - description => "Override io bandwidth.", + description => "Override i/o bandwidth limit (in KiB/s).", optional => 1, type => 'number', minimum => '0',