Skip to content

Commit a8bb5ed

Browse files
committed
Add check to package update docs for new kernel
1 parent d1b376b commit a8bb5ed

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/source/contributor/package-updates.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ There is a comprehensive guide to setting up a multinode environment with Terraf
7676
kayobe seed host command run -b --command "dnf distro-sync"
7777
kayobe overcloud host command run -b --command "dnf distro-sync"
7878
79+
* This may have installed a new kernel version. If so, you will need to reboot the overcloud hosts. You can check the installed kernels and the currently running kernel with the following commands. If the latest listed version is not running, you will need to reboot.
80+
81+
.. code-block:: console
82+
83+
kayobe seed host command run -b --show-output --command "dnf list installed kernel"
84+
kayobe seed host command run -b --show-output --command "uname -a"
85+
86+
kayobe playbook run --limit seed,overcloud $KAYOBE_CONFIG_PATH/ansible/reboot.yml
87+
7988
* The tempest tests run automatically at the end of deploy-openstack.sh. If you have the time, it is worth fixing any failing tests you can so that there is greater coverage for the package updates. (Also remember to propose these fixes in the relevant repos where applicable.)
8089

8190
Upgrading host packages

0 commit comments

Comments
 (0)