Skip to content

Commit 808c5b7

Browse files
authored
Removed CentOS References and Caution info
1 parent 2996dc9 commit 808c5b7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/batch/batch-pool-node-error-checking.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
22
title: Pool and node errors
33
description: Learn about background operations, errors to check for, and how to avoid errors when you create Azure Batch pools and nodes.
4-
ms.date: 04/11/2023
4+
ms.date: 06/10/2024
55
ms.topic: how-to
66
---
77

88
# Azure Batch pool and node errors
99

10-
> [!CAUTION]
11-
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
12-
1310
Some Azure Batch pool creation and management operations happen immediately. Detecting failures for these operations is straightforward, because errors usually return immediately from the API, command line, or user interface. However, some operations are asynchronous, run in the background, and take several minutes to complete. This article describes ways to detect and avoid failures that can occur in the background operations for pools and nodes.
1411

1512
Make sure to set your applications to implement comprehensive error checking, especially for asynchronous operations. Comprehensive error checking can help you promptly identify and diagnose issues.
@@ -106,7 +103,7 @@ Other reasons for `unusable` nodes might include the following causes:
106103

107104
- A custom VM image is invalid. For example, the image isn't properly prepared.
108105
- A VM is moved because of an infrastructure failure or a low-level upgrade. Batch recovers the node.
109-
- A VM image has been deployed on hardware that doesn't support it. For example, a CentOS HPC image is deployed on a [Standard_D1_v2](/azure/virtual-machines/dv2-dsv2-series) VM.
106+
- A VM image has been deployed on hardware that doesn't support it.
110107
- The VMs are in an [Azure virtual network](batch-virtual-network.md), and traffic has been blocked to key ports.
111108
- The VMs are in a virtual network, but outbound traffic to Azure Storage is blocked.
112109
- The VMs are in a virtual network with a custom DNS configuration, and the DNS server can't resolve Azure storage.

0 commit comments

Comments
 (0)