Skip to content

Commit

Permalink
Merge pull request #1370 from stackhpc/host-cofnig-wwarning
Browse files Browse the repository at this point in the history
Add upgrade host configure warning for ceph nodes
  • Loading branch information
Alex-Welsh authored Nov 14, 2024
2 parents f21cbf5 + a3c08c0 commit 6293f7f
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions doc/source/operations/upgrading-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -969,17 +969,27 @@ would be applied:
kayobe overcloud host configure --check --diff
When ready to apply the changes, it may be advisable to do so in batches, or at
least start with a small number of hosts.:
least start with a small number of hosts:

.. code-block:: console
kayobe overcloud host configure --limit <host>
Alternatively, to apply the configuration to all hosts:
.. code-block:: console
.. warning::

Take extra care when configuring Ceph hosts. Set the hosts to maintenance
mode before reconfiguring them, and unset when done:

.. code-block:: console
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-enter-maintenance.yml --limit <host>
kayobe overcloud host configure --limit <host>
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-exit-maintenance.yml --limit <host>
kayobe overcloud host configure
**Always** reconfigure hosts in small batches or one-by-one. Check the Ceph
state after each host configuration. Ensure all warnings and errors are
resolved before moving on.

.. _building_ironic_deployment_images:

Expand Down

0 comments on commit 6293f7f

Please sign in to comment.