@@ -34,19 +34,19 @@ Follow these steps to upgrade the Lustre client to the current version:
34
34
1. Uninstall the existing Lustre client version using the following command:
35
35
36
36
` ` ` bash
37
- sudo dnf remove < lustre-client >
37
+ sudo dnf remove * lustre*
38
38
` ` `
39
39
40
- 1. Reboot using ` sudo reboot` , or unload the Lustre and Lustre Networking (LNet) kernel modules using the following command:
40
+ 1. Install the current version of the Lustre client using the following command:
41
+
42
+ [! INCLUDE [client-upgrade-version-rhel-alma](./includes/client-upgrade-version-rhel-alma.md)]
43
+
44
+ 1. Unload the Lustre and Lustre Networking (LNet) kernel modules using the following command:
41
45
42
46
` ` ` bash
43
47
sudo lustre_rmmod
44
48
` ` `
45
49
46
- 1. Install the current version of the Lustre client using the following command:
47
-
48
- [! INCLUDE [client-upgrade-version-rhel-alma](./includes/client-upgrade-version-rhel-alma.md)]
49
-
50
50
1. Verify that old kernel modules are removed using the following command:
51
51
52
52
` ` ` bash
@@ -59,7 +59,7 @@ Follow these steps to upgrade the Lustre client to the current version:
59
59
cat: /sys/module/lustre/version: No such file or directory
60
60
` ` `
61
61
62
- If the output shows an old version of the Lustre kernel module, rebooting the system is recommended.
62
+ If the output shows an old version of the Lustre kernel module, rebooting (sudo reboot) the system is recommended.
63
63
64
64
# ## [Ubuntu](#tab/ubuntu)
65
65
@@ -72,19 +72,19 @@ Follow these steps to upgrade the Lustre client to the current version:
72
72
1. Uninstall the existing Lustre client version using the following command:
73
73
74
74
` ` ` bash
75
- sudo apt autoremove < lustre-client >
75
+ sudo apt autoremove * lustre* -y
76
76
` ` `
77
77
78
- 1. Reboot using ` sudo reboot` , or unload the Lustre and Lustre Networking (LNet) kernel modules using the following command:
78
+ 1. Install the current version of the Lustre client using the following command:
79
+
80
+ [! INCLUDE [client-upgrade-version-ubuntu](./includes/client-upgrade-version-ubuntu.md)]
81
+
82
+ 1. Unload the Lustre and Lustre Networking (LNet) kernel modules using the following command:
79
83
80
84
` ` ` bash
81
85
sudo lustre_rmmod
82
86
` ` `
83
87
84
- 1. Install the current version of the Lustre client using the following command:
85
-
86
- [! INCLUDE [client-upgrade-version-ubuntu](./includes/client-upgrade-version-ubuntu.md)]
87
-
88
88
1. Verify that old kernel modules are removed using the following command:
89
89
90
90
` ` ` bash
@@ -97,7 +97,7 @@ Follow these steps to upgrade the Lustre client to the current version:
97
97
cat: /sys/module/lustre/version: No such file or directory
98
98
` ` `
99
99
100
- If the output shows an old version of the Lustre kernel module, rebooting the system is recommended.
100
+ If the output shows an old version of the Lustre kernel module, rebooting (sudo reboot) the system is recommended.
101
101
102
102
---
103
103
0 commit comments