Skip to content

Commit

Permalink
Merge pull request #240 from gouthampacha/manila-protocols
Browse files Browse the repository at this point in the history
[manila] Fix "enabled_share_protocols" configuration

This config opt is used only by manila's API service; so it doesn't need to be in the customServiceConfig for manilaShares. Also, unibeta seeks to test Manila's NetApp driver with NFS; so it needs to enable NFS instead of CIFS (the default behavior without this override is that both those protocols are enabled).

Reviewed-by: Francesco Pantano <[email protected]>
Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 10, 2024
2 parents da36860 + 17d87fa commit f8b153f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dt/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data:
customServiceConfig: |
[DEFAULT]
debug = true
enabled_share_protocols=cifs
enabled_share_protocols = nfs
replicas: 3
manilaScheduler:
replicas: 3
Expand Down

0 comments on commit f8b153f

Please sign in to comment.