]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix fallback logic; move into be_select_auth_object
authorSage Weil <sage@redhat.com>
Fri, 27 Mar 2015 17:03:22 +0000 (10:03 -0700)
committerSage Weil <sage@redhat.com>
Tue, 7 Apr 2015 18:42:14 +0000 (11:42 -0700)
commitb597db59fedc9a96dbe4b37f03b819dcf8fdb1bb
tree7da47f413c8b107f7a6671316dcf078f788185c2
parenta476d8f3903ca78b5cf36d63059f13cb5268efe5
osd: fix fallback logic; move into be_select_auth_object

The fallback behavior was printing a promising message but then doing
a 'continue' and not actually scrubbing the object.  Instead, fall back to
a less-bad auth inside be_select_auth_object.

Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PGBackend.cc