]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: check blacklisted clients in ReplicatedPG::do_op() 1763/head
authorYan, Zheng <zheng.z.yan@intel.com>
Sat, 3 May 2014 21:17:15 +0000 (05:17 +0800)
committerYan, Zheng <zheng.z.yan@intel.com>
Sat, 3 May 2014 21:36:16 +0000 (05:36 +0800)
commitf92677c5b2cac03f42f15c826bfb809fec27830d
treefc08ab6cc01510b0711fcfffb6ab050fb572e909
parent077e6f86081d1cf1bfa81a023b7126b1b1d08c19
osd: check blacklisted clients in ReplicatedPG::do_op()

OSD checks if client is blacklisted only when receiving OSD request.
It's possible that OSD request's sender get blacklisted while OSD
request in in some waiting list.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/osd/ReplicatedPG.cc