ironic/releasenotes/notes/ilo-fix-inspection-b169ad0a22aea2ff.yaml
Ankit Kumar d84e95af0a Fix iLO drivers to not clear local_gb if its not detected
In certain cases, due to hardware limitation disk data cannot be
retrieved out-of-band. Currently iLO drivers overwrite the
'local_gb' property of node with '0' during inspection even when
it fails to detect it.
This patch fixes this behavior to ensure that the operator provided
value for 'local_gb' are not overwritten if inspection fails to
detect disk size.

Co-Authored-By: Shivanand Tendulker <stendulker@gmail.com>
Closes-bug: 1602269
Change-Id: Idad3e3fa547022da6213b048cd16c91faae3ff14
2016-09-22 04:45:11 -07:00

6 lines
153 B
YAML

---
fixes:
- Fixes a bug in the iLO drivers' inspection where
an existing ``local_gb`` node property was
overwritten with "0" if not detected.