Comment 2 for bug 1536743

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

Reviewed: https://review.openstack.org/277956
Committed: https://git.openstack.org/cgit/openstack/swift/commit/?id=a1134e4aa2cd40a95b9cda713dcc5ef5ffcc7e41
Submitter: Jenkins
Branch: master

commit a1134e4aa2cd40a95b9cda713dcc5ef5ffcc7e41
Author: Mingyu Li <li.mingyu@99cloud.net>
Date: Wed Feb 10 00:19:17 2016 +0800

    Order devices in the output of swift-ring-builder

    After the change to reuse device id's [1], the order of devices in the
    output of swift-ring-builder is confusing. This patch list the devices
    in order of (region, zone, ip, device).
    The effect of this patch is as illustrated in [2].

    This patch also partially fix Bug 1545016.

    1. https://review.openstack.org/#/c/265461/
    2. https://github.com/MicrowiseOnGitHub/tempfiles/blob/master/reorder_ring_output

    Change-Id: I564ed1b8d0cd4a6250649689b1bce7ad3574fe57
    Partial-Bug: 1545016
    Closes-Bug: 1536743