ironic/releasenotes
David Edery 8fdf752ae9 Increase the instance_info column size to LONGTEXT on MySQL/MariaDB
In MySQL, the maximum size of TEXT is 64KiB. The instance_info column
is defined as TEXT and can potentially hold big amount of data
(partly affected by cloud-init scripts for the node).

This patch-set resizes nodes.instance_info to LONGTEXT which allows up
to 4GiB of data to be stored in the column. This change is relevant only
to MySQL and does not affect PostgreSQL or any other DB flavor. The fix
also addresses the upgrade process of the column.

Change-Id: Ifb9a49d4258a559cf2175d902e9424a3f98065c5
Closes-Bug: #1596421
2018-02-20 09:22:30 -08:00
..
notes Increase the instance_info column size to LONGTEXT on MySQL/MariaDB 2018-02-20 09:22:30 -08:00
source Merge "Imported Translations from Zanata" 2018-02-16 17:25:34 +00:00