]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix JournalStream::read length assertion
authorJohn Spray <john.spray@inktank.com>
Mon, 12 May 2014 13:16:54 +0000 (14:16 +0100)
committerJohn Spray <john.spray@inktank.com>
Tue, 20 May 2014 13:07:51 +0000 (14:07 +0100)
commitd52eeaba42bf3e1a2a06daca8101c1d6c3025543
tree53f200baefb98386f82eb7d8ee9d64a6b3003039
parent5c2a64011b68f666d0f9ab2c8b3b7941e1580f9b
Fix JournalStream::read length assertion

This was checking for new-format length even
when reading from an old-format journal.

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