Skip to content

Commit 4b0021c

Browse files
committed
Bump amlfs client to 2.15.5-41-gc010524
1 parent da58481 commit 4b0021c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

azure-managed-lustre/client-upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Follow these steps to upgrade the Lustre client to the current version:
4646
1. Install the current version of the Lustre client using the following command:
4747

4848
```bash
49-
sudo dnf install amlfs-lustre-client-2.15.4_42_gd6d405d-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
49+
sudo dnf install amlfs-lustre-client-2.15.5_41_gc010524-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
5050
```
5151

5252
1. Verify that old kernel modules are removed using the following command:
@@ -86,7 +86,7 @@ Follow these steps to upgrade the Lustre client to the current version:
8686
1. Install the current version of the Lustre client using the following command:
8787
8888
```bash
89-
sudo apt install amlfs-lustre-client-2.15.4-42-gd6d405d=$(uname -r)
89+
sudo apt install amlfs-lustre-client-2.15.5-41-gc010524=$(uname -r)
9090
```
9191
9292
1. Verify that old kernel modules are removed using the following command:

azure-managed-lustre/includes/client-install-version-hpc-alma-86.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.lastreviewed: 02/15/2024
99
---
1010

1111
```bash
12-
sudo dnf install --disableexcludes=main --refresh amlfs-lustre-client-2.15.4_42_gd6d405d-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
12+
sudo dnf install --disableexcludes=main --refresh amlfs-lustre-client-2.15.5_41_gc010524-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
1313
```
1414

1515
> [!NOTE]
@@ -19,5 +19,5 @@ If you want to upgrade *only* the kernel and not all packages, you must, at mini
1919

2020
```bash
2121
export NEWKERNELVERSION=6.7.8
22-
sudo dnf upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.4_42_gd6d405d-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
22+
sudo dnf upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.5_41_gc010524-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
2323
```

azure-managed-lustre/includes/client-install-version-rhel-7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.lastreviewed: 02/15/2024
99
---
1010

1111
```bash
12-
sudo yum install amlfs-lustre-client-2.15.4_42_gd6d405d-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
12+
sudo yum install amlfs-lustre-client-2.15.5_41_gc010524-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
1313
```
1414

1515
> [!NOTE]
@@ -19,5 +19,5 @@ If you want to upgrade *only* the kernel and not all packages, you must, at mini
1919

2020
```bash
2121
export NEWKERNELVERSION=6.7.8
22-
sudo yum upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.4_42_gd6d405d-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
22+
sudo yum upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.5_41_gc010524-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
2323
```

azure-managed-lustre/includes/client-install-version-rhel-8-9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.lastreviewed: 02/15/2024
99
---
1010

1111
```bash
12-
sudo dnf install amlfs-lustre-client-2.15.4_42_gd6d405d-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
12+
sudo dnf install amlfs-lustre-client-2.15.5_41_gc010524-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
1313
```
1414

1515
> [!NOTE]
@@ -19,5 +19,5 @@ If you want to upgrade *only* the kernel and not all packages, you must, at mini
1919

2020
```bash
2121
export NEWKERNELVERSION=6.7.8
22-
sudo dnf upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.4_42_gd6d405d-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
22+
sudo dnf upgrade kernel-$NEWKERNELVERSION amlfs-lustre-client-2.15.5_41_gc010524-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
2323
```

azure-managed-lustre/includes/client-install-version-ubuntu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.lastreviewed: 02/15/2024
99
---
1010

1111
```bash
12-
sudo apt install amlfs-lustre-client-2.15.4-42-gd6d405d=$(uname -r)
12+
sudo apt install amlfs-lustre-client-2.15.5-41-gc010524=$(uname -r)
1313
```
1414

1515
> [!NOTE]
@@ -18,5 +18,5 @@ sudo apt install amlfs-lustre-client-2.15.4-42-gd6d405d=$(uname -r)
1818
Optionally, 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:
1919

2020
```bash
21-
apt upgrade linux-image-[new kernel version] amlfs-lustre-client-2.15.4-42-gd6d405d
21+
apt upgrade linux-image-[new kernel version] amlfs-lustre-client-2.15.5-41-gc010524
2222
```

0 commit comments

Comments
 (0)