File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments