]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: rework incremental md sync error handling
authorYehuda Sadeh <yehuda@redhat.com>
Fri, 30 Oct 2015 23:59:44 +0000 (16:59 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Fri, 12 Feb 2016 00:13:27 +0000 (16:13 -0800)
commit105f8a0721cb4fc0fb605cdd30e2bc45fd3f050d
tree4c2a36777bb86adcdec96591d9619c064bddc198
parentd047763f3ab7abad3b11f2675dea63c1a5ffa343
rgw: rework incremental md sync error handling

similar to what we do with the full md sync. Identify transient
errors, and if so return -EAGAIN so that caller would retry.

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