Skip to content

Commit 2cc7da6

Browse files
authored
Update driver-parameters.md
1 parent 33ab3e0 commit 2cc7da6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/driver-parameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ useDataPlaneAPI | specify whether use [data plane API](https://github.com/Azure/
146146
- `Private endpoint connections`
147147
- In case a storage account is full, the driver will add a `skip-matching` tag to the account to prevent the creation of new file shares. This tag will remain for 30 minutes after a file share is deleted from the account. If the user wants to use the account immediately, they can manually remove the tag.
148148
- The default NFS mount options in this driver are `vers=4,minorversion=1,sec=sys`. It is not supported to specify these NFS mount options, including `nfsvers`.
149+
- when there is a large number of files inside an NFS volume, the process of setting volume ownership can slow down the NFS volume mount when `securityContext.fsGroup` is different from group ownership of volume. By configuring `fsGroupChangePolicy: None` in the `parameters` of storage class or persistent volume, you can bypass the volume ownership setting step, resulting in faster NFS volume mounts.
149150

150151
#### `shareName` parameter supports following pv/pvc metadata conversion
151152
> if `shareName` value contains following strings, it would be converted into corresponding pv/pvc name or namespace

0 commit comments

Comments
 (0)