Skip to content

Commit bef973f

Browse files
authored
Merge pull request #3358 from t-mialve/t-mialve/amlfs-client-2.15.5
Update AMLFS Client install instructions to new version
2 parents 4de893b + 9ed567c commit bef973f

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
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/connect-clients.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Client machines running Linux can access Azure Managed Lustre. The basic client
2626
- **To achieve advertised performance**:
2727
- Clients must reside in the same Availability Zone in which the cluster resides.
2828
- [Enable accelerated networking](/azure/virtual-network/create-vm-accelerated-networking-cli#confirm-that-accelerated-networking-is-enabled) on all client VMs. If this option isn't enabled, then [fully enabling accelerated networking requires a stop/deallocate of each VM](/azure/virtual-network/accelerated-networking-overview#enabling-accelerated-networking-on-a-running-vm).
29-
- **Security type** - When selecting the security type for the VM, choose the Standard Security Type. Choosing Trusted Launch or Confidential types prevent the Lustre module from being properly installed on the client.
3029

3130
The basic workflow is as follows:
3231

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)