8fdf752ae9
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 |
||
---|---|---|
.. | ||
notes | ||
source |