Clay Gerrard b2189ef47a Fix account reaper for > 3 replicas
There's a pre-existing IndexError in the pop from the container node
list in reaper's reap_object method for object rings with a replica
count greater than the container replica count.  Which is more likely
on EC storage policies.

When making the backend direct delete requests to the nodes once the
container node's list is exhausted the generic exception handler logs
the error and breaks out of any other backend object requests - but
the reaper marches forward and eventually the tombstones are
replicated.

This change just cycles the container headers across all the nodes -
which seems reasonable enough - but could certainly garner
bikeshedding.

Change-Id: I5897d00b0a8c1e05884945dd93d9ce891b207001
2015-04-14 00:52:17 -07:00
..
2015-04-13 22:57:42 -07:00
2015-03-24 11:07:56 +01:00
2015-04-14 00:52:17 -07:00