]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Create JournalPointer in MDLog::create
authorJohn Spray <john.spray@inktank.com>
Mon, 19 May 2014 15:42:53 +0000 (16:42 +0100)
committerJohn Spray <john.spray@inktank.com>
Tue, 20 May 2014 13:07:52 +0000 (14:07 +0100)
commit5d913e2b1cc13ec3e1d0e4c45d78785493317085
tree45c5b456e41482cb7b04975b706a972190cbb8d1
parentbac434de0cc9edaf06d987722e10ba87aaab4892
mds: Create JournalPointer in MDLog::create

Otherwise it is created at next startup when
we see that it is missing: this is cleaner.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/JournalPointer.cc
src/mds/JournalPointer.h
src/mds/MDLog.cc
src/mds/MDLog.h