Comment 8 for bug 1689692

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

Reviewed: https://review.openstack.org/468559
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=dbaf80d2c94db074a6651c890d532a11baec8da0
Submitter: Jenkins
Branch: master

commit dbaf80d2c94db074a6651c890d532a11baec8da0
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