Fix keystone prompt

Fixing promt from review https://review.opendev.org/c/starlingx/docs/+/845379

Signed-off-by: Elisamara Aoki Goncalves <elisamaraaoki.goncalves@windriver.com>
Change-Id: I6177b0ee95af3626ebecc80bcfeeff10c3a01e5f
This commit is contained in:
Elisamara Aoki Goncalves 2022-08-02 15:12:42 -03:00 committed by Ron Stone
parent 3970343016
commit 9ef9656c96

View File

@ -20,11 +20,11 @@ For example:
.. code-block:: none
~(keystone)admin)$ system host-lock worker-1
~(keystone)admin)$ system host-cpu-modify -f platform -p0 1 worker-1
~(keystone)admin)$ system host-cpu-modify -f application-isolated -p0 15 worker-1
~(keystone)admin)$ system host-cpu-modify -f application-isolated -p1 15 worker-1
~(keystone)admin)$ system host-unlock worker-1
~(keystone_admin)]$ system host-lock worker-1
~(keystone_admin)]$ system host-cpu-modify -f platform -p0 1 worker-1
~(keystone_admin)]$ system host-cpu-modify -f application-isolated -p0 15 worker-1
~(keystone_admin)]$ system host-cpu-modify -f application-isolated -p1 15 worker-1
~(keystone_admin)]$ system host-unlock worker-1
All |SMT| siblings (hyperthreads, if enabled) on a core will have the same
assigned function. On host boot, any CPUs designated as isolated will be
@ -102,19 +102,19 @@ kernels:
.. code-block:: none
~(keystone)admin)$ system host-lock <worker>
~(keystone_admin)]$ system host-lock <worker>
#. Assign the ``disable-nohz-full`` label.
.. code-block:: none
~(keystone)admin)$ system host-label-assign <worker> disable-nohz-full=enabled
~(keystone_admin)]$ system host-label-assign <worker> disable-nohz-full=enabled
#. Unlock the host.
.. code-block:: none
~(keystone)admin)$ system host-unlock <worker>
~(keystone_admin)]$ system host-unlock <worker>
.. note::
``disable-nohz-full`` label can be also assigned via the GUI.