Skip to content

Commit 70c6717

Browse files
Merge pull request #263498 from andyzhangx/patch-93
add blobfuse cache doc
2 parents 78eaec6 + 037e6d1 commit 70c6717

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/aks/azure-csi-blob-storage-provision.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
44
description: Learn how to create a static or dynamic persistent volume with Azure Blob storage for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
55
ms.topic: article
66
ms.custom: linux-related-content
7-
ms.date: 11/28/2023
7+
ms.date: 01/18/2024
88
---
99

1010
# Create and use a volume with Azure Blob storage in Azure Kubernetes Service (AKS)
@@ -20,15 +20,16 @@ For more information on Kubernetes volumes, see [Storage options for application
2020

2121
## Before you begin
2222

23-
- If you don't have a storage account that supports the NFS v3 protocol, review [NFS v3 support with Azure Blob storage][azure-blob-storage-nfs-support].
24-
2523
- [Enable the Blob storage CSI driver][enable-blob-csi-driver] on your AKS cluster.
2624

2725
- To support an [Azure DataLake Gen2 storage account][azure-datalake-storage-account] when using blobfuse mount, you'll need to do the following:
2826

2927
- To create an ADLS account using the driver in dynamic provisioning, specify `isHnsEnabled: "true"` in the storage class parameters.
3028
- To enable blobfuse access to an ADLS account in static provisioning, specify the mount option `--use-adls=true` in the persistent volume.
3129
- If you are going to enable a storage account with Hierarchical Namespace, existing persistent volumes should be remounted with `--use-adls=true` mount option.
30+
31+
- About blobfuse cache
32+
- By default, the blobfuse cache is located in the `/mnt` directory. If the VM SKU provides a temporary disk, the `/mnt` directory is mounted on the temporary disk. However, if the VM SKU does not provide a temporary disk, the `/mnt` directory is mounted on the OS disk, you could set `--tmp-path=` mount option to specify a different cache directory
3233

3334
## Dynamically provision a volume
3435

0 commit comments

Comments
 (0)