Project

General

Profile

Bug #44052

Updated by Sage Weil about 4 years ago

ceph -s does not show newer pg states, like repair_failed <pre> 
   mempool::pgmap::unordered_map<uint64_t,int32_t> num_pg_by_state; 
 </pre> 

 This was almost-but-not-quite-fixed back in a25221e55172c326b48dea6f08c16d700921864e (2017) when the first item in the map (the count) was changed to 64 bits instead of the second. 

Back