Hi all, One of our 10.2.3 clusters has a pool with bogus statistics. The pool is empty, but it shows 8E of data used and 2^63-1 objects. POOLS: NAME ID USED %USED MAX AVAIL OBJECTS test 19 8E 0 1362T 9223372036854775807 Strangely, ceph df -f json doesn't agree on this value: # ceph df -f json | jq .pools[0].stats.objects 9223372036854776000 Even if I write some data there, the values remain bogus. I created a new empty pool, and it looks ok: NAME ID USED %USED MAX AVAIL OBJECTS test2 66 0 0 1362T 0 Anyone have any ideas what could be wrong? or how to check the pool stats in more detail? Cheers, Dan _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com