]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools/cephfs: fuller header in dump/undump 2159/head
authorJohn Spray <jspray@redhat.com>
Mon, 28 Jul 2014 14:32:12 +0000 (15:32 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 28 Jul 2014 14:50:49 +0000 (15:50 +0100)
commitd3e5961d37c6322fd8e7ed66be835968d3654029
tree495b9c95fee22caca43148ef0458a3a00ed1cb04
parent3695b255ae4e349c0d463577ab0cb059052acba2
tools/cephfs: fuller header in dump/undump

There were two problems here:
 * write_pos was modified through an undump/dump cycle,
   because it was probed during recovery.
 * stream format was being forgotten.

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