]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Fix unneccessary at/near max target warn in ceph -s when using ecpool 5959/head
authorNing Yao <zay11022@gmail.com>
Mon, 21 Sep 2015 02:05:26 +0000 (10:05 +0800)
committerNing Yao <zay11022@gmail.com>
Mon, 21 Sep 2015 02:05:26 +0000 (10:05 +0800)
commitb41f5746cad5b7d28a24b2c543d32294f6664aaa
treedb77b2f36b20dd6dfa06396b1ad74b1f7cb57de9
parentf84e6b8157e78fd05cd1c8ac957c92df17e6ba06
Fix unneccessary at/near max target warn in ceph -s when using ecpool
When calculated objects needing eviction, we use object - hitset_achieve. So setting max objects = 30000, ceph -s will warn you at/near if there exists hitset_achieve

Signed-off-by: Ning Yao <zay11022@gmail.com>
src/mon/PGMonitor.cc