Skip to content

Commit c8ae1b0

Browse files
authored
Merge pull request #1578 from stackhpc/ceph-package-update-warning
Docs: add warning about Ceph when updating packages
2 parents 6adc339 + 03e5996 commit c8ae1b0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/source/operations/upgrading-openstack.rst

+18
Original file line numberDiff line numberDiff 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+
9911009
If the host is a hypervisor, enable the Nova compute service.
9921010

9931011
.. code-block:: console

0 commit comments

Comments
 (0)