Skip to content

Commit d371191

Browse files
authored
Update driver-parameters.md
1 parent 621f840 commit d371191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/driver-parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ enableBlobVersioning | Enable [blob versioning](https://learn.microsoft.com/en-u
4545
Blobfuse driver does not honor `fsGroup` securityContext setting, instead user could use `-o gid=1000` in `mountoptions` to set ownership, check [here](https://github.com/Azure/azure-storage-fuse/tree/blobfuse-1.4.5#mount-options) for more mountoptions.
4646

4747
- [Azure DataLake storage account](https://docs.microsoft.com/en-us/azure/storage/blobs/upgrade-to-data-lake-storage-gen2-how-to) support
48-
- set `isHnsEnabled: "true"` in storage class parameter to create ADLS account by driver in dynamic provisioning.
49-
- mount option `--use-adls=true` must be specified to enable blobfuse access ADLS account in static provisioning.
48+
- To create an ADLS account using the driver in dynamic provisioning, you need to specify `isHnsEnabled: "true"` in the storage class parameters.
49+
- To enable blobfuse access to an ADLS account in static provisioning, you need to specify the mount option `--use-adls=true` in the persistent volume.
5050

5151
- account tags format created by dynamic provisioning
5252
```

0 commit comments

Comments
 (0)