@@ -45,9 +45,7 @@ Follow these steps to upgrade the Lustre client to the current version:
45
45
46
46
1. Install the current version of the Lustre client using the following command:
47
47
48
- ` ` ` bash
49
- sudo dnf install amlfs-lustre-client-2.15.5_41_gc010524-$( uname -r | sed -e " s/\.$( uname -p) $//" | sed -re ' s/[-_]/\./g' ) -1
50
- ` ` `
48
+ [! INCLUDE [client-upgrade-version-rhel-alma](./includes/client-upgrade-version-rhel-alma.md)]
51
49
52
50
1. Verify that old kernel modules are removed using the following command:
53
51
@@ -61,7 +59,7 @@ Follow these steps to upgrade the Lustre client to the current version:
61
59
cat: /sys/module/lustre/version: No such file or directory
62
60
` ` `
63
61
64
- If the output shows an old version of the Lustre kernel module, it ' s recommended that you reboot the system.
62
+ If the output shows an old version of the Lustre kernel module, rebooting the system is recommended .
65
63
66
64
# ## [Ubuntu](#tab/ubuntu)
67
65
@@ -85,23 +83,21 @@ Follow these steps to upgrade the Lustre client to the current version:
85
83
86
84
1. Install the current version of the Lustre client using the following command:
87
85
88
- ```bash
89
- sudo apt install amlfs-lustre-client-2.15.5-41-gc010524=$(uname -r)
90
- ```
86
+ [! INCLUDE [client-upgrade-version-ubuntu](./includes/client-upgrade-version-ubuntu.md)]
91
87
92
88
1. Verify that old kernel modules are removed using the following command:
93
89
94
90
` ` ` bash
95
91
cat /sys/module/lustre/version; lsmod | grep -E ' lustre|lnet'
96
92
` ` `
97
93
98
- The output should look similar to the following :
94
+ The following output should look similar to:
99
95
100
96
` ` ` bash
101
97
cat: /sys/module/lustre/version: No such file or directory
102
98
` ` `
103
99
104
- If the output shows an old version of the Lustre kernel module, it ' s recommended that you reboot the system.
100
+ If the output shows an old version of the Lustre kernel module, rebooting the system is recommended .
105
101
106
102
---
107
103
0 commit comments