Skip to content

Commit 7fdaab6

Browse files
Reboot
1 parent 248270b commit 7fdaab6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/source/contributor/ofed.rst

+13
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ a package update, which can also be limited to hosts in the ``mlnx`` group.
8282
8383
kayobe overcloud host package update --packages "*" --limit mlnx
8484
85+
To ensure the latest kernel is the default on boot, the bootloader entires will need
86+
to be reset before rebooting.
87+
88+
.. code-block:: console
89+
90+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entires.yml -e reset_bls_host=mlnx
91+
92+
The hosts can now be rebooted to use the latest kernel:
93+
94+
.. code-block:: console
95+
96+
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml
97+
8598
install-doca
8699
------------
87100

0 commit comments

Comments
 (0)