Skip to content

Commit 2319625

Browse files
authored
Update azure-disk-csi.md
1 parent e06dcf5 commit 2319625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Disks on Azure Ku
33
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure disks in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 03/09/2022
6+
ms.date: 04/06/2022
77
author: palma21
88

99
---
@@ -265,7 +265,7 @@ Filesystem Size Used Avail Use% Mounted on
265265
[Azure shared disks](../virtual-machines/disks-shared.md) is an Azure managed disks feature that enables attaching an Azure disk to agent nodes simultaneously. Attaching a managed disk to multiple agent nodes allows you, for example, to deploy new or migrate existing clustered applications to Azure.
266266

267267
> [!IMPORTANT]
268-
> Currently, only raw block device (`volumeMode: Block`) is supported by the Azure disk CSI driver. Applications should manage the coordination and control of writes, reads, locks, caches, mounts, and fencing on the shared disk, which is exposed as a raw block device.
268+
> Currently, only raw block device (`volumeMode: Block`) is supported by the Azure disk CSI driver. Applications should manage the coordination and control of writes, reads, locks, caches, mounts, and fencing on the shared disk, which is exposed as a raw block device. **Multi-node read write is not supported by common file systems (e.g. ext4, xfs), it's only supported by cluster file systems**.
269269

270270
Let's create a file called `shared-disk.yaml` by copying the following command that contains the shared disk storage class and PVC:
271271

0 commit comments

Comments
 (0)