]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: Preserve OSDOp information for historic ops 15265/head
authorGuo-Fu Tseng <david_tseng@bigtera.com>
Wed, 15 Feb 2017 05:59:10 +0000 (13:59 +0800)
committerGuo-Fu Tseng <david_tseng@bigtera.com>
Wed, 24 May 2017 09:10:51 +0000 (17:10 +0800)
commitcc6a9c8fc9b9ddec0a336208323660f9cd2f097f
tree81114cc18a1b00a7feff46489ed0e975b6265be6
parent1d74182a296ee2609d0f79a349ca23bbad6b2d7c
osd: Preserve OSDOp information for historic ops

clear_buffers() actually clears all OSDOp informations, so that we can
only see empty ops with `dump_historic_ops`. This commit keeps the op
information, and only minimal buffers for printing op information.

Signed-off-by: Guo-Fu Tseng <david_tseng@bigtera.com>
src/messages/MOSDOp.h
src/osd/osd_types.cc
src/osd/osd_types.h