]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: don't start purging inodes in the middle of recovery 38859/head
authorYan, Zheng <ukernel@gmail.com>
Mon, 1 Feb 2021 05:54:04 +0000 (13:54 +0800)
committerYan, Zheng <ukernel@gmail.com>
Mon, 1 Feb 2021 06:04:16 +0000 (14:04 +0800)
commit2e72738592a775bf96e33d6bd1b3fd2380b59f0d
tree39b5e67d3eeafbc26c2bacb78c1dc94126d97ddc
parenta7a1b0a3224ff1efae15f071357bb0b4ff488f9c
mds: don't start purging inodes in the middle of recovery

when mds enter clientreplay/active state, it will start purging
each log segments' purging_inodes.

Signed-off-by: "Yan, Zheng" <ukernel@gmail.com>
Fixes: https://tracker.ceph.com/issues/49074
src/mds/Server.cc