You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xapi: use hard-pinning with best-effort as an experimental feature (CP-54234)
This allows users to enable the feature on a host by running:
echo 1 > /etc/xenserver/features.d/hard_numa
xe host-apply-edition edition=${CURRENT_EDITION} host-uuid=${HOST_UUID}
where CURRENT_EDITION is
xe host-param-get param-name=edition uuid=${HOST_UUID}
set best-effort mode if it wasn't already set:
xe host-param-set uuid=${HOST-UUID} numa-affinity-policy=best-effort
and finally restart the toolstack:
xe-toolstack-restart
Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
0 commit comments