Description of problem: Customer is using ceph version 10.2.7-49redhat4.TEST.<customername>xenial (4529937ddde03f48c79d0e0e24e02b20e731d8ab)and showing wrong number of objects for rgw data pool after package upgrades Version-Release number of selected component (if applicable): 2.4 testfix How reproducible: 100% Steps to Reproduce: 1.Displays correct objects before upgrade 2.Upgrade package 3.Displays incorrect objects after upgrade Actual results: Incorrect number of objects Expected results: Correct number of objects Additional info:
Eric Ivancich of my team noted that "the binary representation of 9223372036854775796 is 10000…0001100, which is +12 with the sign bit flipped"--suggesting that this maybe a signed/unsigned mismatch just affecting display (Presuming they could have 12 objects in this test cluster, rather than 9.)
@eric, assigning this one to you, until we know more about root cause