mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-11 12:15:17 +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.",
|
||||
},
|
||||
bwlimit => {
|
||||
description => "Override io bandwidth.",
|
||||
description => "Override i/o bandwidth limit (in KiB/s).",
|
||||
optional => 1,
|
||||
type => 'integer',
|
||||
minimum => '0',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user