[pve-devel] [PATCH pve-guest-common 1/1] vzdump: improve description of bwlimit parameter
Stefan Hanreich
s.hanreich at proxmox.com
Wed Mar 29 14:34:36 CEST 2023
This makes the description consistent with the other places that
have bwlimit as a parameter as well.
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
src/PVE/VZDump/Common.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm
index 4b0e8e0..1d96061 100644
--- a/src/PVE/VZDump/Common.pm
+++ b/src/PVE/VZDump/Common.pm
@@ -202,7 +202,7 @@ my $confdesc = {
},
bwlimit => {
type => 'integer',
- description => "Limit I/O bandwidth (KBytes per second).",
+ description => "Limit I/O bandwidth (in KiB/s).",
optional => 1,
minimum => 0,
default => 0,
--
2.30.2
More information about the pve-devel
mailing list