puppet-nova/releasenotes/notes/nova_libvirt_mem_stats_period_seconds-679de08855e07254.yaml
Rajesh Tailor 05d7733e2a Expose 'mem_stats_period_seconds' config parameter
Add support for configuring 'mem_stats_period_seconds'
libvirt config option.

When using the balloon stats in the XML configuration, user gets
latency violation in guests, because balloon stats causes QEMU to
periodically send asynchronous requests to balloon driver in the guest.

Change-Id: If69d32fb4b718b97efbfbe0d58a37966af957be9
2019-06-07 15:20:50 +05:30

7 lines
201 B
YAML

---
features:
- |
Add parameter `mem_stats_period_seconds` to specify number
of seconds to memory usage statistics period, zero or negative
value mean to disable memory usage statistics.