Skip to content

Commit d778a36

Browse files
authored
Sync release-hotfixes with main
Sync release-hotfixes with main
2 parents c589ffe + 7dbd449 commit d778a36

19 files changed

+107
-36
lines changed

azure-managed-lustre/amlfs-prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.reviewer: mayabishop
1717
This article explains prerequisites that you must configure before creating an Azure Managed Lustre file system.
1818

1919
- [Network prerequisites](#network-prerequisites)
20-
- [Blob integration prerequisites](#blob-integration-prerequisites-optional)(optional)
20+
- [Blob integration prerequisites](#blob-integration-prerequisites-optional) (optional)
2121

2222
## Network prerequisites
2323

azure-managed-lustre/client-install.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: how-to
55
author: pauljewellmsft
66
ms.author: pauljewell
77
ms.reviewer: dsundarraj
8-
ms.date: 03/15/2024
8+
ms.date: 10/18/2024
99
zone_pivot_groups: select-os
1010

1111
---
@@ -146,6 +146,9 @@ The instructions apply to client VMs running:
146146

147147
::: zone pivot="rhel-7"
148148

149+
> [!WARNING]
150+
> We're no longer publishing new client packages for **Red Hat Enterprise Linux 7**. Please migrate to one of the supported releases to run newer versions of the Azure Managed Lustre client packages.
151+
149152
1. Install and configure the Azure Managed Lustre repository for the YUM package manager. Create the following script and name it `repo.bash`:
150153

151154
```bash
@@ -251,7 +254,9 @@ The instructions apply to client VMs running:
251254

252255
::: zone pivot="ubuntu-18"
253256

254-
> [!CAUTION]
257+
> [!WARNING]
258+
> We're no longer publishing new client packages for **Ubuntu 18.04**. Please migrate to one of the supported releases to run newer versions of the Azure Managed Lustre client packages.
259+
>
255260
> Ubuntu 18.04 LTS reached the end of Standard Support on May 31, 2023. Microsoft recommends either migrating to the next Ubuntu LTS release or upgrading to Ubuntu Pro to gain access to extended security and maintenance from Canonical. For more information, see the [announcement](https://techcommunity.microsoft.com/t5/linux-and-open-source-blog/canonical-ubuntu-18-04-lts-reaching-end-of-standard-support/ba-p/3822623).
256261
257262
1. Ensure you have Ubuntu Pro activated and are on the recommended 5.4 kernel, which is provided by the linux-image-azure metapackage:
@@ -284,7 +289,7 @@ The instructions apply to client VMs running:
284289

285290
The following command installs a metapackage that keeps the version of Lustre aligned with the installed kernel. For this to work, you must use `apt full-upgrade` instead of `apt upgrade` when updating your system.
286291

287-
[!INCLUDE [client-install-version-ubuntu](./includes/client-install-version-ubuntu.md)]
292+
[!INCLUDE [client-install-version-ubuntu-18](./includes/client-install-version-ubuntu-18.md)]
288293

289294
::: zone-end
290295

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
@@ -3,9 +3,9 @@ author: pauljewellmsft
33
ms.author: pauljewell
44
ms.service: azure-stack
55
ms.topic: include
6-
ms.date: 02/15/2024
6+
ms.date: 10/18/2024
77
ms.reviewer: dsundarraj
8-
ms.lastreviewed: 02/15/2024
8+
ms.lastreviewed: 10/18/2024
99
---
1010

1111
```bash

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ author: pauljewellmsft
33
ms.author: pauljewell
44
ms.service: azure-stack
55
ms.topic: include
6-
ms.date: 02/15/2024
6+
ms.date: 10/18/2024
77
ms.reviewer: dsundarraj
8-
ms.lastreviewed: 02/15/2024
8+
ms.lastreviewed: 10/18/2024
99
---
1010

1111
```bash
12-
sudo yum install amlfs-lustre-client-2.15.5_41_gc010524-$(uname -r | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
12+
sudo yum install amlfs-lustre-client-2.15.4_42_gd6d405d-$(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.5_41_gc010524-$(echo $NEWKERNELVERSION | sed -e "s/\.$(uname -p)$//" | sed -re 's/[-_]/\./g')-1
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
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
@@ -3,9 +3,9 @@ author: pauljewellmsft
33
ms.author: pauljewell
44
ms.service: azure-stack
55
ms.topic: include
6-
ms.date: 02/15/2024
6+
ms.date: 10/18/2024
77
ms.reviewer: dsundarraj
8-
ms.lastreviewed: 02/15/2024
8+
ms.lastreviewed: 10/18/2024
99
---
1010

1111
```bash
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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 apt install amlfs-lustre-client-2.15.4-42-gd6d405d=$(uname -r)
13+
```
14+
15+
> [!NOTE]
16+
> Running `apt search amlfs-lustre-client` doesn't show all available packages for your distro. To see all available `amlfs-lustre-client` packages, run `apt list -a "amlfs-lustre-client*"`.
17+
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:
18+
19+
```bash
20+
apt upgrade linux-image-[new kernel version] amlfs-lustre-client-2.15.4-42-gd6d405d
21+
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ author: pauljewellmsft
33
ms.author: pauljewell
44
ms.service: azure-stack
55
ms.topic: include
6-
ms.date: 02/15/2024
6+
ms.date: 10/18/2024
77
ms.reviewer: dsundarraj
8-
ms.lastreviewed: 02/15/2024
8+
ms.lastreviewed: 10/18/2024
99
---
1010

1111
```bash
-73 Bytes
Loading
-1.31 KB
Loading

azure-stack/hci/faq.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@ sections:
121121
------ ----------------
122122
Microsoft Azure Stack HCI 23H2
123123
```
124+
- question: How long is Azure Stack HCI, version 22H2 supported?
125+
answer: |
126+
Azure Stack HCI, version 22H2 will reach end of service by May 2025. After that, you won't receive monthly security and quality updates that provide protection from the latest security threats. To continue receiving updates, we recommend updating your operating system to [version 23H2](./upgrade/upgrade-22h2-to-23h2-powershell.md).
127+
If you're currently running an Azure Stack HCI, version 22H2 stretch cluster or managing Azure Stack HCI via System Center - Virtual Machine Manager, review the [Supported workloads and configurations](./upgrade/about-upgrades-23h2.md#supported-workloads-and-configurations) table for update timelines.

0 commit comments

Comments
 (0)