From 7aecc04a5006256fb7b526456f62c6e496eb39e3 Mon Sep 17 00:00:00 2001 From: Francesco Pantano Date: Thu, 29 Aug 2024 21:33:00 +0200 Subject: [PATCH] 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 (cherry picked from commit aaa857251ef093e80e4b049f770075f5c85df637) --- examples/dt/uni04delta-ipv6/control-plane/service-values.yaml | 1 + examples/dt/uni04delta/control-plane/service-values.yaml | 1 + examples/va/hci/service-values.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml b/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml index 34b7028ce..e88d74be7 100644 --- a/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml +++ b/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml @@ -53,6 +53,7 @@ data: enabled: true customServiceConfig: | [DEFAULT] + debug = true enabled_share_backends = cephfsnfs enabled_share_protocols = nfs diff --git a/examples/dt/uni04delta/control-plane/service-values.yaml b/examples/dt/uni04delta/control-plane/service-values.yaml index f94edaf60..01fd1c5a1 100644 --- a/examples/dt/uni04delta/control-plane/service-values.yaml +++ b/examples/dt/uni04delta/control-plane/service-values.yaml @@ -54,6 +54,7 @@ data: enabled: true customServiceConfig: | [DEFAULT] + debug = true enabled_share_backends = cephfsnfs enabled_share_protocols = nfs diff --git a/examples/va/hci/service-values.yaml b/examples/va/hci/service-values.yaml index 2f863de6d..4a777647a 100644 --- a/examples/va/hci/service-values.yaml +++ b/examples/va/hci/service-values.yaml @@ -59,6 +59,7 @@ data: replicas: 1 customServiceConfig: | [DEFAULT] + debug = true enabled_share_backends = cephfs [cephfs] driver_handles_share_servers = False