AWS fsx documentation change
Summary
Updated kernel version checks and repository configuration instructions for Rocky Linux/RHEL 9.5 compatibility
Security assessment
Routine documentation update for software compatibility. No security implications identified in version number changes or repository configuration updates.
Diff
diff --git a/fsx/latest/LustreGuide/install-lustre-client.md b/fsx/latest/LustreGuide/install-lustre-client.md index 6b78a346b..380494575 100644 --- a//fsx/latest/LustreGuide/install-lustre-client.md +++ b//fsx/latest/LustreGuide/install-lustre-client.md @@ -129 +129,3 @@ This section describes how to determine which kernel you are running, whether yo - * If the command returns `5.14.0-503.19.1`, you don't need to modify the repository configuration. Continue to the **To install the Lustre client** procedure. + * If the command returns `5.14.0-570*`, you don't need to modify the repository configuration. Continue to the **To install the Lustre client** procedure. + + * If the command returns `5.14.0-503*`, you must edit the repository configuration so that it points to the Lustre client for the Rocky Linux and RHEL 9.5 release. @@ -141 +143 @@ This section describes how to determine which kernel you are running, whether yo -For example, to point to release 9.4, substitute ``specific_RHEL_version`` with `9.4` in the command, as in the following example. +For example, to point to release 9.5, substitute ``specific_RHEL_version`` with `9.5` in the command, as in the following example. @@ -143 +145 @@ For example, to point to release 9.4, substitute ``specific_RHEL_version`` with - sudo sed -i 's#9#9.4#' /etc/yum.repos.d/aws-fsx.repo + sudo sed -i 's#9#9.5#' /etc/yum.repos.d/aws-fsx.repo