diff --git a/src/PVE/VZDump/Common.pm b/src/PVE/VZDump/Common.pm index 64c4e4e..a6fe483 100644 --- a/src/PVE/VZDump/Common.pm +++ b/src/PVE/VZDump/Common.pm @@ -212,7 +212,10 @@ my $confdesc = { }, ionice => { type => 'integer', - description => "Set CFQ ionice priority.", + description => "Set IO priority when using the BFQ scheduler. For snapshot and suspend " + ."mode backups of VMs, this only affects the compressor. A value of 8 means the idle " + ."priority is used, otherwise the best-effort priority is used with the specified " + ."value.", optional => 1, minimum => 0, maximum => 8,