mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-08-09 20:35:14 +00:00
vzdump: config: improve description of ionice setting
The CFQ scheduler was removed with Linux 5.0 and ionice is now used by the newer BFQ scheduler. Mention what the special value 8 does. Also mention that for snapshot and suspend mode backups of VMs, the setting only affects the compressor, because the kvm process is not a child process of vzdump then and does not inherit the ionice priority. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
59b336314f
commit
29b4ce9390
@ -212,7 +212,10 @@ my $confdesc = {
|
|||||||
},
|
},
|
||||||
ionice => {
|
ionice => {
|
||||||
type => 'integer',
|
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,
|
optional => 1,
|
||||||
minimum => 0,
|
minimum => 0,
|
||||||
maximum => 8,
|
maximum => 8,
|
||||||
|
Loading…
Reference in New Issue
Block a user