AWS fsx documentation change
Summary
Updated kernel version checks and repository configuration instructions for Rocky Linux/RHEL 9.6 compatibility.
Security assessment
Documentation updates reflect version changes for OS compatibility. No security-related context or vulnerability mitigation is mentioned in the changes.
Diff
diff --git a/fsx/latest/LustreGuide/install-lustre-client.md b/fsx/latest/LustreGuide/install-lustre-client.md index 047e8a3d2..421fb9803 100644 --- a//fsx/latest/LustreGuide/install-lustre-client.md +++ b//fsx/latest/LustreGuide/install-lustre-client.md @@ -131 +131,3 @@ This section describes how to determine which kernel you are running, whether yo - * 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-611*`, 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 must edit the repository configuration so that it points to the Lustre client for the Rocky Linux and RHEL 9.6 release. @@ -145 +147 @@ This section describes how to determine which kernel you are running, whether yo -For example, to point to release 9.5, substitute ``specific_RHEL_version`` with `9.5` in the command, as in the following example. +For example, to point to release 9.6, substitute ``specific_RHEL_version`` with `9.6` in the command, as in the following example. @@ -147 +149 @@ For example, to point to release 9.5, substitute ``specific_RHEL_version`` with - sudo sed -i 's#9#9.5#' /etc/yum.repos.d/aws-fsx.repo + sudo sed -i 's#9#9.6#' /etc/yum.repos.d/aws-fsx.repo