Comment 1 for bug 1318498

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

Reviewed: https://review.openstack.org/93271
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4a5da930e8baf1b370a6aab32fedb7f7bfb40930
Submitter: Jenkins
Branch: master

commit 4a5da930e8baf1b370a6aab32fedb7f7bfb40930
Author: wangbo <email address hidden>
Date: Mon May 12 15:18:03 2014 +0800

    Reorg table ml2_port_bindings when db migration

    For DB2, there are restrictions on table access
    after ALTER TABLE statements containing
    REORG-recommended operations.
    Table will be placed in "reorg pending" state
    after some continuous alter table operations.
    Need run reorg table to make the table available.
    More info refer to:
    http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp
    ?topic=%2Fcom.ibm.db2.udb.admin.doc%2Fdoc%2Fc0023297.htm

    Change-Id: I7fdd61bb4d636d7a3260c0b23152f1f3083cdcfd
    Fixes: bug #1318498