summaryrefslogtreecommitdiff
path: root/doc/source/admin/troubleshooting.rst
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-27 23:10:00 +0000
committerGerrit Code Review <review@openstack.org>2023-04-27 23:10:00 +0000
commitc42c2efe9532ae9d2dfa984c73556f9a6e58a82c (patch)
tree326d809e126d3b546c37b412680f2014b3adc50f /doc/source/admin/troubleshooting.rst
parentc757dbaa45f894b4120cf13f3abca213efd1b136 (diff)
parent3e21560bf70e5e6b529d9a2d37a2897461076395 (diff)
downloadironic-c42c2efe9532ae9d2dfa984c73556f9a6e58a82c.tar.gz
Merge "Remove all references to the "cpus" property"
Diffstat (limited to 'doc/source/admin/troubleshooting.rst')
-rw-r--r--doc/source/admin/troubleshooting.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/source/admin/troubleshooting.rst b/doc/source/admin/troubleshooting.rst
index 72e969b6e..eef51cbf3 100644
--- a/doc/source/admin/troubleshooting.rst
+++ b/doc/source/admin/troubleshooting.rst
@@ -104,23 +104,6 @@ A few things should be checked in this case:
``True``; make sure the target nodes are in ``available`` and
``maintenance`` is ``False``;
-#. If you do not use scheduling based on resource classes, then the node's
- properties must have been set either manually or via inspection.
- For each node with ``available`` state check that the ``properties``
- JSON field has valid values for the keys ``cpus``, ``cpu_arch``,
- ``memory_mb`` and ``local_gb``. Example of valid properties::
-
- $ baremetal node show <IRONIC NODE> --fields properties
- +------------+------------------------------------------------------------------------------------+
- | Property | Value |
- +------------+------------------------------------------------------------------------------------+
- | properties | {u'memory_mb': u'8192', u'cpu_arch': u'x86_64', u'local_gb': u'41', u'cpus': u'4'} |
- +------------+------------------------------------------------------------------------------------+
-
- .. warning::
- If you're using exact match filters in the Nova Scheduler, make sure
- the flavor and the node properties match exactly.
-
#. The Nova flavor that you are using does not match any properties of the
available Ironic nodes. Use
::