mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 15:19:12 +00:00
sync bwlimit description with the container one
This commit is contained in:
parent
9444c6e42c
commit
eb84566b49
@ -431,7 +431,7 @@ __PACKAGE__->register_method({
|
|||||||
description => "Add the VM to the specified pool.",
|
description => "Add the VM to the specified pool.",
|
||||||
},
|
},
|
||||||
bwlimit => {
|
bwlimit => {
|
||||||
description => "Override io bandwidth.",
|
description => "Override i/o bandwidth limit (in KiB/s).",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
minimum => '0',
|
minimum => '0',
|
||||||
|
@ -54,7 +54,7 @@ __PACKAGE__->register_method({
|
|||||||
description => "Add the VM to the specified pool.",
|
description => "Add the VM to the specified pool.",
|
||||||
},
|
},
|
||||||
bwlimit => {
|
bwlimit => {
|
||||||
description => "Override io bandwidth.",
|
description => "Override i/o bandwidth limit (in KiB/s).",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'number',
|
type => 'number',
|
||||||
minimum => '0',
|
minimum => '0',
|
||||||
|
Loading…
Reference in New Issue
Block a user