]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: move updating of had_map_since out of loop 10470/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 28 Jul 2016 08:24:17 +0000 (16:24 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 28 Jul 2016 22:22:46 +0000 (06:22 +0800)
commitb425c3b8439b796d56ceedee4a16cefa9b624c18
treef3a3ef9873ac33d1419bc8a49766977a89a6290a
parent9504157f084cb7581e83dc7a2212fe5c4bbf0ce3
osd: move updating of had_map_since out of loop

The had_map_since always sticks to the timestamp
of the last map we ever updated. So this shall ease
CPU a liitle when the set of maps gets huge.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSD.cc