Clean up cpu_shared_set config docs
This cleans up formatting and grammar for the cpu_shared_set config option docs and related flavor extra spec docs, and updates the flavor extra spec docs to link to the config option. Change-Id: Ief013224b5f6c541ea8900653d35057837f740eb
This commit is contained in:
@@ -561,9 +561,9 @@ Emulator threads policy
|
|||||||
|
|
||||||
- ``share``: (default) The emulator threads float across the pCPUs
|
- ``share``: (default) The emulator threads float across the pCPUs
|
||||||
associated to the guest. To place a workload's emulator threads on
|
associated to the guest. To place a workload's emulator threads on
|
||||||
a set of isolated physical CPUs, set ``share``` and
|
a set of isolated physical CPUs, set ``share`` and the
|
||||||
``[compute]/cpu_shared_set`` configuration option to the set of
|
:oslo.config:option:`compute.cpu_shared_set` configuration option to the
|
||||||
host CPUs that should be used for best-effort CPU resources.
|
set of host CPUs that should be used for best-effort CPU resources.
|
||||||
|
|
||||||
- ``isolate``: The emulator threads are isolated on a single pCPU.
|
- ``isolate``: The emulator threads are isolated on a single pCPU.
|
||||||
|
|
||||||
|
@@ -669,9 +669,10 @@ Defines which physical CPUs (pCPUs) will be used for best-effort guest vCPU
|
|||||||
resources.
|
resources.
|
||||||
|
|
||||||
Currently only used by libvirt driver to place guest emulator threads when
|
Currently only used by libvirt driver to place guest emulator threads when
|
||||||
hw:emulator_threads_policy:share.
|
the flavor extra spec is set to ``hw:emulator_threads_policy=share``.
|
||||||
|
|
||||||
|
For example::
|
||||||
|
|
||||||
::
|
|
||||||
cpu_shared_set = "4-12,^8,15"
|
cpu_shared_set = "4-12,^8,15"
|
||||||
"""),
|
"""),
|
||||||
cfg.BoolOpt('live_migration_wait_for_vif_plug',
|
cfg.BoolOpt('live_migration_wait_for_vif_plug',
|
||||||
|
Reference in New Issue
Block a user