From 223faa82b893a34c59617c16477bc8762a9e430c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 29 Jun 2024 00:46:11 -0400 Subject: [PATCH] Warn about requiring jmespath on controller --- group_vars/default/pvc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/group_vars/default/pvc.yml b/group_vars/default/pvc.yml index 4f53d16..b43a397 100644 --- a/group_vars/default/pvc.yml +++ b/group_vars/default/pvc.yml @@ -155,6 +155,7 @@ pvc_sriov_enable: False # most users would be able to use the default without too much issue. Read the following notes # carefully to determine if this setting should be enabled in your cluster. # > NOTE: CPU tuning is only supported on Debian Bullseye (11) or newer +# > NOTE: CPU tuning playbooks require jmespath (e.g. python3-jmespath) installed on the controller node # > Defines CPU tuning/affinity options for various subsystems within PVC. This is useful to # help limit the impact that noisy elements may have on other elements, e.g. busy VMs on # OSDs, or system processes on latency-sensitive VMs.