Skip to content

Commit a3c08c0

Browse files
committed
Add upgrade host configure warning for ceph nodes
1 parent 69115f7 commit a3c08c0

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -969,17 +969,27 @@ would be applied:
969969
kayobe overcloud host configure --check --diff
970970
971971
When ready to apply the changes, it may be advisable to do so in batches, or at
972-
least start with a small number of hosts.:
972+
least start with a small number of hosts:
973973

974974
.. code-block:: console
975975
976976
kayobe overcloud host configure --limit <host>
977977
978-
Alternatively, to apply the configuration to all hosts:
979978
980-
.. code-block:: console
979+
.. warning::
980+
981+
Take extra care when configuring Ceph hosts. Set the hosts to maintenance
982+
mode before reconfiguring them, and unset when done:
983+
984+
.. code-block:: console
985+
986+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-enter-maintenance.yml --limit <host>
987+
kayobe overcloud host configure --limit <host>
988+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-exit-maintenance.yml --limit <host>
981989
982-
kayobe overcloud host configure
990+
**Always** reconfigure hosts in small batches or one-by-one. Check the Ceph
991+
state after each host configuration. Ensure all warnings and errors are
992+
resolved before moving on.
983993

984994
.. _building_ironic_deployment_images:
985995

0 commit comments

Comments
 (0)