]> git.proxmox.com Git - qemu-server.git/commitdiff
improve description of fstrim_cloned_disks
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 15 Dec 2020 15:22:03 +0000 (16:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 18 Dec 2020 16:55:29 +0000 (17:55 +0100)
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>
PVE/QemuServer.pm

index 43b11c37d1b386d667b6699d1e91577f4ecb9889..bca5669c59d30df6ec94edba242e5d4269938211 100644 (file)
@@ -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