Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: James Munson <[email protected]>
  • Loading branch information
james-munson committed Nov 21, 2023
1 parent 002286d commit b364d03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ Then, navigate to Longhorn UI > Setting > General > Backup
```
cifs://longhorn-test-cifs-svc.default/backupstore
```
As wtih NFS, it is possible to override the client mount options by extending the URL with "cifsOptions." For example,
As with NFS, it is possible to override the client mount options by extending the URL with "cifsOptions." For example,
```
cifs://longhorn-test-cifs-svc.default/backupstore?cifsOptions=rsize=65536,wsize=65536,soft
```
Expand Down

0 comments on commit b364d03

Please sign in to comment.