File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -988,6 +988,24 @@ the change:
988988
989989 kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml -l <host>
990990
991+ .. warning ::
992+
993+ Take extra care when updating packages on Ceph hosts. Docker live-restore
994+ does not work until the Squid version of Ceph, so a reload of docker will
995+ restart all Ceph containers. Set the hosts to maintenance mode before
996+ updating packages, and unset when done:
997+
998+ .. code-block :: console
999+
1000+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-enter-maintenance.yml --limit <host>
1001+ kayobe overcloud host package update --packages "*" --limit <host>
1002+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml -l <host>
1003+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/ceph-exit-maintenance.yml --limit <host>
1004+
1005+ **Always ** reconfigure hosts in small batches or one-by-one. Check the Ceph
1006+ state after each host configuration. Ensure all warnings and errors are
1007+ resolved before moving on.
1008+
9911009If the host is a hypervisor, enable the Nova compute service.
9921010
9931011.. code-block :: console
You can’t perform that action at this time.
0 commit comments