cinder/releasenotes/notes/gmr-ca97ba4602ce0831.yaml
Arnaud Morin 92b9c25d82 Add GMR to cinder wsgi
When running cinder under WSGI, we might want to have Guru Meditation
Reports as well as when running outside of WSGI.

Note that, under WSGI, the GMR can only be trigger via a "touch" on a
file, the "signal" way is not working because apache is registering the
signal handlers instead of cinder, so it's disabled.

Change-Id: I28839e2a97c96b8d71d28dbeb9baa049423fa1c4
Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
2024-01-23 01:11:39 +00:00

7 lines
196 B
YAML

---
other:
- |
Enabled Guru Meditation Reports on Cinder wsgi.
When running Cinder under WSGI, we might want to have Guru Meditation
Reports as well as when running outside of WSGI.