FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Unverified Commit 6293f7f2 authored by Alex-Welsh's avatar Alex-Welsh Committed by GitHub
Browse files

Merge pull request #1370 from stackhpc/host-cofnig-wwarning

Add upgrade host configure warning for ceph nodes
parents f21cbf55 a3c08c09
No related branches found
No related tags found
2 merge requests!527Sync arcus/2023.1-staging to arcus/2023.1-production,!511Antelope changes staging
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment