Skip to content

Add upgrade host configure warning for ceph nodes #1370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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