Comment 19 for bug 1738094

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to nova (stable/pike)

Reviewed: https://review.openstack.org/528225
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=922c95a03dd9c8a5500f37aa433f450647cd7bfb
Submitter: Zuul
Branch: stable/pike

commit 922c95a03dd9c8a5500f37aa433f450647cd7bfb
Author: Dan Smith <email address hidden>
Date: Wed Dec 13 14:26:00 2017 -0800

    Don't persist could-be-stale InstanceGroup fields in RequestSpec

    Not only might these be stale, but they can also be very large, especially
    if InstanceGroup.members has a lot of peer instance uuids. This can overrun
    a 64kb TEXT field and cause a failure.

    Related-Bug: #1738094

    Change-Id: Ie70c77db753711e1449e99534d3b83669871943f
    (cherry picked from commit 94fd36f0582c5dbcf2b9886da7c7bf986d3ad5d1)