sync bwlimit description with the container one

This commit is contained in:
Thomas Lamprecht 2018-03-21 11:15:09 +01:00
parent 9444c6e42c
commit eb84566b49
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

@ -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',