Skip to content

Fix typo in OFED guide #1621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/contributor/ofed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ a package update, which can also be limited to hosts in the ``mlnx`` group.

kayobe overcloud host package update --packages "*" --limit mlnx

To ensure the latest kernel is the default on boot, the bootloader entires will need
To ensure the latest kernel is the default on boot, the bootloader entries will need
to be reset before rebooting.

.. code-block:: console

kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entires.yml -e reset_bls_host=mlnx
kayobe playbook run $KAYOBE_CONFIG_PATH/ansible/reset-bls-entries.yml -e reset_bls_host=mlnx

The hosts can now be rebooted to use the latest kernel, a rolling reboot may be applicable
here to reduce distruptions. See the `package updates documentation <package-updates>`.
Expand Down
Loading