Skip to content

Commit

Permalink
refactor(CSI-250): add NFS mutually exclusive options
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyberezansky committed Sep 5, 2024
1 parent 7e5524e commit 1c31418
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/csi-wekafsplugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ pluginConfig:
snapshotVolumesWithoutQuotaEnforcement: false
mutuallyExclusiveMountOptions:
- "readcache,writecache,coherent,forcedirect"
- "sync,async"
mountProtocol:
# -- Use NFS transport for mounting Weka filesystems, off by default
useNfs: false
Expand Down

0 comments on commit 1c31418

Please sign in to comment.