]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdc: handle corruption in journal
authorJohn Spray <john.spray@redhat.com>
Wed, 20 May 2015 23:05:10 +0000 (00:05 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 18 Jun 2015 10:19:44 +0000 (11:19 +0100)
commit9e09e54fdce83f24d72b2eea57972b8ab54a2293
treea09ce04ded4bb8df0431b4d43217f7ac5e94e522
parentae0a28e24dd6adefa8ec926ab35767b7edf1c6b5
osdc: handle corruption in journal

Previously we just *detected* it in _is_readable
and raise a buffer::error.  Now actually catch that
exception and pass up to outer error handling.

Signed-off-by: John Spray <john.spray@redhat.com>
src/osdc/Journaler.cc