ironic/releasenotes/notes/add-gmr-3c9278d5d785895f.yaml
Madhuri Kumari 7366479a94 Add guru meditation report support
Oslo_reports enables OpenStack projects to dump
Guru Meditation Reports with useful debugging
information to files or stderr. For example,
what threads are running, what config parameters
are in effect, and more.

Change-Id: Ib435f9e933009d52841dd8876d425a093731fe7e
Closes-bug: #1526423
2017-05-30 08:12:07 +00:00

9 lines
364 B
YAML

---
features:
- Adds support to generate Guru Meditation Reports(GMR) for both
ironic-api and ironic-conductor 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.