mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 16:38:49 +00:00
improve description of fstrim_cloned_disks
The phrasing left some room for speculation when this would be triggered. E.g. after cloning a full VM? Currently the only instances where it is used is when a disk is moved or a VM migrated. Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
parent
0494299f57
commit
0a4aff09bd
@ -156,7 +156,7 @@ my $agent_fmt = {
|
||||
default_key => 1,
|
||||
},
|
||||
fstrim_cloned_disks => {
|
||||
description => "Run fstrim after cloning/moving a disk.",
|
||||
description => "Run fstrim after moving a disk or migrating the VM.",
|
||||
type => 'boolean',
|
||||
optional => 1,
|
||||
default => 0
|
||||
|
Loading…
Reference in New Issue
Block a user