Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#381 from fmount/18.0.0-pro…
Browse files Browse the repository at this point in the history
…posed

Enable debug option in manila

Due to recent issues, we need to have more verbosity to investigate CI tempest failures.
Jira: https://issues.redhat.com/browse/OSPCIX-434
Signed-off-by: Francesco Pantano [email protected]
(cherry picked from commit aaa8572)

Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 29, 2024
2 parents 81b9d52 + 7aecc04 commit 0d4230b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ data:
enabled: true
customServiceConfig: |
[DEFAULT]
debug = true
enabled_share_backends = cephfsnfs
enabled_share_protocols = nfs
Expand Down
1 change: 1 addition & 0 deletions examples/dt/uni04delta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ data:
enabled: true
customServiceConfig: |
[DEFAULT]
debug = true
enabled_share_backends = cephfsnfs
enabled_share_protocols = nfs
Expand Down
1 change: 1 addition & 0 deletions examples/va/hci/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ data:
replicas: 1
customServiceConfig: |
[DEFAULT]
debug = true
enabled_share_backends = cephfs
[cephfs]
driver_handles_share_servers = False
Expand Down

0 comments on commit 0d4230b

Please sign in to comment.