Skip to content

Commit d0daa17

Browse files
authored
Merge pull request #16717 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-stack-docs (branch main)
2 parents 6e1a370 + 00f38e8 commit d0daa17

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

azure-managed-lustre/client-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ The instructions apply to client VMs running:
213213

214214
The metapackage version doesn't always align with the kernel version. You can use the following command to install the proper metapackage:
215215

216-
[!INCLUDE [client-install-version-rhel-8-9](./includes/client-install-version-rhel-8-9.md)]
216+
[!INCLUDE [client-install-version-rhel-8](./includes/client-install-version-rhel-8.md)]
217217

218218
::: zone-end
219219

@@ -248,7 +248,7 @@ The instructions apply to client VMs running:
248248

249249
The metapackage version doesn't always align with the kernel version. You can use the following command to install the proper metapackage:
250250

251-
[!INCLUDE [client-install-version-rhel-8-9](./includes/client-install-version-rhel-8-9.md)]
251+
[!INCLUDE [client-install-version-rhel-9](./includes/client-install-version-rhel-9.md)]
252252

253253
::: zone-end
254254

File renamed without changes.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
author: pauljewellmsft
3+
ms.author: pauljewell
4+
ms.service: azure-stack
5+
ms.topic: include
6+
ms.date: 10/18/2024
7+
ms.reviewer: dsundarraj
8+
ms.lastreviewed: 10/18/2024
9+
---
10+
11+
```bash
12+
sudo dnf install amlfs-lustre-client-2.15.6_39_g3e00a10-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
13+
```
14+
15+
> [!NOTE]
16+
> Running `dnf search amlfs-lustre-client` doesn't show all available packages for your distro. To see all available `amlfs-lustre-client` packages, run `dnf list --showduplicates "amlfs-lustre-client*"`.
17+
18+
If you want to upgrade *only* the kernel and not all packages, you must, at minimum, also upgrade the **amlfs-lustre-client** metapackage in order for the Lustre client to continue to work after the reboot. The command should look similar to the following example:
19+
20+
```bash
21+
export NEWKERNELVERSION=6.7.8
22+
sudo dnf upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.6_39_g3e00a10-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
23+
```

0 commit comments

Comments
 (0)