From 2d0089f06b3d084d11fb72bc74b982154d02b4ea Mon Sep 17 00:00:00 2001 From: hangliu1 Date: Fri, 15 Apr 2022 02:41:37 -0400 Subject: [PATCH] config tool: update cpu affinity check algorithm pcpu in pre-launched RTVM cannot share with other VM Tracked-On: #7287 Signed-off-by: hangliu1 --- misc/config_tools/schema/checks/cpu_assignment.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config_tools/schema/checks/cpu_assignment.xsd b/misc/config_tools/schema/checks/cpu_assignment.xsd index 8233da7dc..ed29971bf 100644 --- a/misc/config_tools/schema/checks/cpu_assignment.xsd +++ b/misc/config_tools/schema/checks/cpu_assignment.xsd @@ -18,10 +18,10 @@ - - Physical CPU {$pcpu} is assigned to pre-launched VM "{$pcpu/ancestor::vm/name}" and thus cannot be shared among multiple VMs. Look for, and probably remove any affinity assignments to {$pcpu} in these VM's settings: {//vm[cpu_affinity/pcpu_id = $pcpu]/name}. + Physical CPU {$pcpu} is assigned to pre-launched real-time VM (RTVM) "{$pcpu/ancestor::vm/name}" and thus cannot be shared among multiple VMs. Look for, and probably remove, any affinity assignments to {$pcpu} in this VM's settings: {//vm[cpu_affinity/pcpu_id = $pcpu]/name}.