Comment 11 for bug 1689692

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

Reviewed: https://review.openstack.org/469207
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3696a895321f743a824d1b89feb51eccfd07a332
Submitter: Jenkins
Branch: stable/ocata

commit 3696a895321f743a824d1b89feb51eccfd07a332
Author: Matt Riedemann <email address hidden>
Date: Fri May 26 17:48:10 2017 -0400

    Fix MarkerNotFound when paging and marker was found in cell0

    If we're paging over cells and the marker was found in cell0,
    we need to null it out so we don't attempt to lookup by marker
    from any other cells if there is more room in the limit.

    Change-Id: I8a957bebfcecd6ac712103c346e028d80f1ecd7c
    Closes-Bug: #1689692
    (cherry picked from commit dbaf80d2c94db074a6651c890d532a11baec8da0)