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:
969
969
kayobe overcloud host configure --check --diff
970
970
971
971
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:
973
973
974
974
.. code-block :: console
975
975
976
976
kayobe overcloud host configure --limit <host>
977
977
978
- Alternatively, to apply the configuration to all hosts:
979
978
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>
981
989
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.
983
993
984
994
.. _building_ironic_deployment_images :
985
995
You can’t perform that action at this time.
0 commit comments