We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248270b commit 7fdaab6Copy full SHA for 7fdaab6
doc/source/contributor/ofed.rst
@@ -82,6 +82,19 @@ a package update, which can also be limited to hosts in the ``mlnx`` group.
82
83
kayobe overcloud host package update --packages "*" --limit mlnx
84
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
95
96
+ kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reboot.yml
97
98
install-doca
99
------------
100
0 commit comments