Skip to content

Commit 85ba129

Browse files
committed
Add oslo_reports file_event_handler config option
openstack-must-gather is able to trigger GMR for many services. Manila is being added through [1], and, as done with cinder, this patch adds a default file_event_handler path to point to /var/lib/manila that we know is chowned to manila:manila by [3]. [1] openstack-k8s-operators/openstack-must-gather#104 [2] https://github.com/openstack-k8s-operators/tcib/blob/main/container-images/kolla/base/uid_gid_manage.sh#L56 Signed-off-by: Francesco Pantano <[email protected]>
1 parent 07b504c commit 85ba129

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/manila/config/00-config.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,6 @@ enforce_scope = true
9393
share_driver = manila.tests.share.drivers.dummy.DummyDriver
9494
share_backend_name = alpha
9595
driver_handles_share_servers = False
96+
97+
[oslo_reports]
98+
file_event_handler=/var/lib/manila

0 commit comments

Comments
 (0)