From: Thomas Lamprecht Date: Tue, 15 Nov 2022 07:33:04 +0000 (+0100) Subject: affinity: add actual example to description X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=326704e73fb46d1393efc2abb5f5f87cc6758e8e;p=qemu-server.git affinity: add actual example to description Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 6755a0f1..1574812a 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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, }, };