ironic/releasenotes/notes/bug-2005377-5c63357681a465ec.yaml
Mark Goddard 0cf907bd00 Spruce up release notes for 12.2.0 release
Change-Id: I8b82a7caf64f5e56e4dcf9b4c2007f55d929863b
2019-06-18 13:23:39 +01:00

8 lines
336 B
YAML

---
fixes:
- Fixes overflowing of the node fields ``last_error`` and
``maintenance_reason``, which would prevent the object from being correctly
committed to the database. The maximum message length can be customized
through a new configuration parameter, ``[DEFAULT]/log_in_db_max_size``
(default, 4096 characters).