I am a bit confused about num of objects degraded that ceph -s show when ceph recovery.
ceph -s as flollow:
[root@ceph-25 src]# ./ceph -s
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
cluster 3d52f70a-d82f-46e3-9f03-be03e5e68e33
health HEALTH_WARN
127 pgs degraded
56 pgs recovering
127 pgs stuck unclean
recovery 55478/60201 objects degraded (92.155%)
monmap e1: 3 mons at {a=172.30.250.25:6789/0,b=172.30.250.25:6790/0,c=172.30.250.25:6791/0}
election epoch 8, quorum 0,1,2 a,b,c
mdsmap e12: 3/3/3 up {0=a=up:active,1=c=up:active,2=b=up:active}
osdmap e85: 18 osds: 18 up, 18 in
pgmap v381: 144 pgs, 3 pools, 20012 MB data, 20067 objects
1401 GB used, 18688 GB / 20089 GB avail
55478/60201 objects degraded (92.155%)
71 active+degraded
56 active+recovering+degraded
17 active+clean
recovery io 36040 kB/s, 35 objects/s
There are 3 pools in cluster
[root@ceph-25 src]# ./ceph osd lspools
*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***
0 rbd,1 cephfs_data,2 cephfs_metadata,
And total num of objects are 20067
[root@ceph-25 src]# ./rados -p rbd ls| wc -l
20013
[root@ceph-25 src]# ./rados -p cephfs_data ls | wc -l
0
[root@ceph-25 src]# ./rados -p cephfs_metadata ls | wc -l
54
But the num of objects that ceph -s show are 60201.
I can't understand it .Can someone explain it to me?
thanks!!!
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com