2a6d9fa832
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
8 lines
330 B
YAML
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.
|