File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ Mount options for Azure Files will generally be dependent on the workload that y
112
112
113
113
Mandatory parameters:
114
114
- "mfsymlinks" to map symlinks to a form the client can use
115
- - "noperm" to disable permission checks on the client side
115
+ - "noperm" to disable permission checks on the client side
116
116
117
117
Recommended parameters:
118
- - "nossharesock" to disable reusing sockets if the client is already connected via an existing mount point.
118
+ - "nossharesock" to disable reusing sockets if the client is already connected via an existing mount point
119
119
- "actimeo=30" (or higher) to increase the time the CIFS client caches file and directory attributes
120
- - "nobrl" to disable sending byte range lock requests to the server. For application which have challenges with posix locks.
120
+ - "nobrl" to disable sending byte range lock requests to the server and for applications which have challenges with posix locks
121
121
122
122
## Change the default StorageClass (optional)
123
123
You can’t perform that action at this time.
0 commit comments