]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: only look at next placement rule if we're not at the last rule 1599/head
authorYehuda Sadeh <yehuda@inktank.com>
Thu, 3 Apr 2014 22:15:41 +0000 (15:15 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 3 Apr 2014 22:15:41 +0000 (15:15 -0700)
commit0552ecbabb3576fc39823bb3f6830353ac55bedc
tree7c5a51b8f851d973a75673ffd3aff69310817ad2
parent90c4540b5be7e3d5d981380e8f8530b2a968ddeb
rgw: only look at next placement rule if we're not at the last rule

Fixes: #7978
We tried to move to the next placement rule, but we were already at the
last one, so we ended up looping forever.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/rgw/rgw_rados.cc