Skip to content

Commit ee91d1e

Browse files
authored
Update articles/openshift/howto-create-a-storageclass.md
1 parent 2e01d6d commit ee91d1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/openshift/howto-create-a-storageclass.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ Mount options for Azure Files will generally be dependent on the workload that y
112112

113113
Mandatory parameters:
114114
- "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
116116

117117
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
119119
- "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
121121

122122
## Change the default StorageClass (optional)
123123

0 commit comments

Comments
 (0)