Skip to content

Commit bfc89c8

Browse files
authored
Update csi-migrate-in-tree-volumes.md
1 parent 2267f40 commit bfc89c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/csi-migrate-in-tree-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrate from in-tree storage class to CSI drivers on Azure Kubernetes Service (AKS)
33
description: Learn how to migrate from in-tree persistent volume to the Container Storage Interface (CSI) driver in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
5-
ms.date: 01/11/2024
5+
ms.date: 07/20/2024
66
author: mgoedtel
77
ms.subservice: aks-storage
88
---
@@ -444,7 +444,7 @@ Migration from in-tree to CSI is supported by creating a static volume:
444444
- mfsymlinks
445445
- cache=strict
446446
- nosharesock
447-
- nobrl
447+
- nobrl # disable sending byte range lock requests to the server and for applications which have challenges with posix locks
448448
```
449449
450450
5. Create a file named *azurefile-mount-pvc.yaml* file with a *PersistentVolumeClaim* that uses the *PersistentVolume* using the following code.

0 commit comments

Comments
 (0)