From 1d62485472573b8634f23df93c7b28f1c74bf9a5 Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Tue, 24 Aug 2021 13:53:02 +0200 Subject: [PATCH] Fix documentation about cpu topologies There was a copy paste error about requesting host without SMT enabled. Change-Id: Ief2914201cb28060ed85f7cb6d6f202ad96db991 Closes-Bug: #1940535 --- doc/source/admin/cpu-topologies.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/cpu-topologies.rst b/doc/source/admin/cpu-topologies.rst index a012d6b7ae..b56684c9a9 100644 --- a/doc/source/admin/cpu-topologies.rst +++ b/doc/source/admin/cpu-topologies.rst @@ -368,9 +368,9 @@ you can request hosts **without** SMT. To configure this, run: --property hw:cpu_policy=dedicated \ --property hw:cpu_thread_policy=isolate -This will ensure the instance gets scheduled to a host with SMT by requesting -hosts that **do not** report the ``HW_CPU_HYPERTHREADING`` trait. It is also -possible to request this trait explicitly. To configure this, run: +This will ensure the instance gets scheduled to a host without SMT by +requesting hosts that **do not** report the ``HW_CPU_HYPERTHREADING`` trait. +It is also possible to request this trait explicitly. To configure this, run: .. code-block:: console