]> git.proxmox.com Git - qemu-server.git/commitdiff
affinity: add actual example to description
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Nov 2022 07:33:04 +0000 (08:33 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Nov 2022 07:33:04 +0000 (08:33 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/QemuServer.pm

index 6755a0f1218c85bd7f356dbc428f227f1f6c720a..1574812ae5a04cf903034723292f681bfc4c2254 100644 (file)
@@ -711,7 +711,7 @@ EODESCR
     },
     affinity => {
        type => 'string', format => 'pve-cpuset',
-       description => "List of host cores used to execute guest processes.",
+       description => "List of host cores used to execute guest processes, for example: 0,5,8-11",
        optional => 1,
     },
 };