Comment 9 for bug 1596421

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/334967
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=8fdf752ae9688c581fe8c977e8a5ffb9432583f3
Submitter: Zuul
Branch: master

commit 8fdf752ae9688c581fe8c977e8a5ffb9432583f3
Author: David Edery <email address hidden>
Date: Sun Sep 4 13:18:53 2016 +0300

    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