Comment 10 for bug 1751186

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/rocky)

Reviewed: https://review.openstack.org/598953
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4c27443e6fe91095318204e7ec86ef97ad5b9efa
Submitter: Zuul
Branch: stable/rocky

commit 4c27443e6fe91095318204e7ec86ef97ad5b9efa
Author: Matt Riedemann <email address hidden>
Date: Sat Aug 4 18:57:35 2018 -0400

    Delete instance_group_member records from API DB during archive

    Like we do for instance mappings and request specs in the API DB
    when archiving deleted instances, this adds code to delete
    instance group member records from the API DB when archiving deleted
    instances. This should improve performance in the server groups
    API because it will have a smaller set of group members to determine
    if they are actually related to deleted instances, see change
    Idd2e35bc95ed98ebc0340ff62e109e23c8adcb21 for context.

    Change-Id: I960f8fd44d98427a72cb2bb0b238fdf2f734390f
    Closes-Bug: #1751186
    (cherry picked from commit 5162a9a1de3cf4d652707d8a1ff73b7b136b8053)