Skip to content

Commit 3f85798

Browse files
authored
Update driver-parameters.md
1 parent 92e08b9 commit 3f85798

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
@@ -149,6 +149,7 @@ useDataPlaneAPI | specify whether use [data plane API](https://github.com/Azure/
149149
- 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.
150150
- 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`.
151151
- 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.
152+
> when the issue is related to setting the volume ownership, the CSI driver logs will display the message: volume_linux.go:128] "Expected group ownership of volume did not match with Gid".
152153
153154
#### `shareName` parameter supports following pv/pvc metadata conversion
154155
> if `shareName` value contains following strings, it would be converted into corresponding pv/pvc name or namespace

0 commit comments

Comments
 (0)