]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs: error handling in journal_export
authorJohn Spray <john.spray@inktank.com>
Wed, 21 May 2014 12:36:26 +0000 (13:36 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 13 Jun 2014 10:39:17 +0000 (11:39 +0100)
commitac057999eb6f067efae06eb2cfe7403ec077491c
tree6e6826c26daa813d6dc3878cf84f1a89439bf066
parent381163c284eab27979d5f6d665e2a258ce768bc6
tools/cephfs: error handling in journal_export

Was failing on unreadable journal even if
only trying to do an import.

Was calling messenger destructor without init
on early failures due to early instantiation
of Dumper.

Signed-off-by: John Spray <john.spray@inktank.com>
src/tools/cephfs/JournalTool.cc