manila/releasenotes/notes/guru-meditation-support-7872da69f529a6c2.yaml
luqitao 2a6d9fa832 Add support for Guru Meditation Reports for manila
Oslo_reports enables OpenStack projects to dump Guru Meditation
Reports with useful debugging information to files or stderr.
By default it will genarate report to stdout stream.
To configure GMR you have to add the following section
to manila.conf:

[oslo_reports]
log_dir = '/path/to/logs/dir'

Implements: blueprint guru-meditation-report

Change-Id: Ia730d56374764231e5ec88f0b71ff8e23361fa6a
2017-06-22 23:27:04 -04:00

8 lines
330 B
YAML

---
features:
- Adds support to generate Guru Meditation Reports(GMR) for manila
services. GMR provides useful debugging information that can be
used to obtain an accurate view on the current live state of the
system. For example, what threads are running, what configuration
parameters are in effect, and more.