mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-28 15:57:11 +00:00
json schema: improve description of bwlimit parameter
This makes the description consistent with the other places that have bwlimit as a parameter as well. Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
This commit is contained in:
parent
b2bf317fcb
commit
7bbfaff1e0
@ -670,7 +670,7 @@ my $bwlimit_format = {
|
||||
};
|
||||
register_format('bwlimit', $bwlimit_format);
|
||||
register_standard_option('bwlimit', {
|
||||
description => "Set bandwidth/io limits various operations.",
|
||||
description => "Set I/O bandwidth limit for various operations (in KiB/s).",
|
||||
optional => 1,
|
||||
type => 'string',
|
||||
format => $bwlimit_format,
|
||||
|
Loading…
Reference in New Issue
Block a user