Fix documentation about cpu topologies

There was a copy paste error about requesting host without SMT enabled.

Change-Id: Ief2914201cb28060ed85f7cb6d6f202ad96db991
Closes-Bug: #1940535
This commit is contained in:
Balazs Gibizer 2021-08-24 13:53:02 +02:00
parent c37a4656bb
commit 1d62485472

View File

@ -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