Files
swift/test
Charles Hsu 6b4e73bb15 Fix account-reaper unable to delete all containers.
When reaper try to find the correct container_shard number,
but it doesn't compare local device's name, so it always
return first entry's index of local devices from the ring
to container_shard.
That causes some containers will be skip and objects under
these containers won't be delete.

Change-Id: I0e2bbdd99add86ee46e856920c0740c4aa13c77d
Closes-Bug: #1549615
2016-03-02 11:41:21 +08:00
..