From 26cab008e827f5a2d4dba4b662eca56060923a18 Mon Sep 17 00:00:00 2001 From: Yifan Liu Date: Wed, 27 Apr 2022 01:49:50 +0000 Subject: [PATCH] misc: config_tools: Add Check for RTVM pCPU assignment Previously we have checks to make sure pre-launched RTVM does not share pCPU with others. This patch extends this check to all RTVMs. Tracked-On: #7361 Signed-off-by: Yifan Liu --- 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 c7f7d2168..2fec222f9 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 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}. + Physical CPU {$pcpu} is assigned to 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}.