You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/csi-migrate-in-tree-volumes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Migrate from in-tree storage class to CSI drivers on Azure Kubernetes Service (AKS)
3
3
description: Learn how to migrate from in-tree persistent volume to the Container Storage Interface (CSI) driver in an Azure Kubernetes Service (AKS) cluster.
4
4
ms.topic: article
5
-
ms.date: 01/11/2024
5
+
ms.date: 07/20/2024
6
6
author: mgoedtel
7
7
ms.subservice: aks-storage
8
8
---
@@ -444,7 +444,7 @@ Migration from in-tree to CSI is supported by creating a static volume:
444
444
- mfsymlinks
445
445
- cache=strict
446
446
- nosharesock
447
-
- nobrl
447
+
- nobrl # disable sending byte range lock requests to the server and for applications which have challenges with posix locks
448
448
```
449
449
450
450
5. Create a file named *azurefile-mount-pvc.yaml* file with a *PersistentVolumeClaim* that uses the *PersistentVolume* using the following code.
0 commit comments