File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -988,6 +988,24 @@ the change:
988
988
989
989
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml -l <host>
990
990
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
+
991
1009
If the host is a hypervisor, enable the Nova compute service.
992
1010
993
1011
.. code-block :: console
You can’t perform that action at this time.
0 commit comments