418a5668a4
When the conductor has debugging enabled, that command is passed to ipmitool to enable debugging of other commands. However, this means tons of extra data is dumped as part of the sensor data collection for ironic, which breaks string parsing and ultimately metrics collection. Since we can identify these lines, lets ignore them. Change-Id: Ife77707210f8289d8f2e0223fb9ee1909d798546 Story: 2005332 Task: 30267
11 lines
491 B
YAML
11 lines
491 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where the sensor data parsing method for the ``ipmitool``
|
|
interface lacked the ability to handle the automatically included
|
|
`ipmitool` debugging information when the ``debug`` option is set to
|
|
``True`` in the ironic.conf file. As such, extra debugging information
|
|
supplied by the underlying ``ipmitool`` command is disregarded.
|
|
More information can be found in
|
|
`story 2005331 <https://storyboard.openstack.org/#!/story/2005332>`_.
|