I'm seeing problems with qa/884.
The checked in 884.out contains suspicious negative 32-bit values for
osd/stat_bytes* ...
kenj@vm11:~/src/pcp/qa$ grep stat_bytes 884.out
osd/stat_bytes: -538578944
osd/stat_bytes_used: -1414389760
osd/stat_bytes_avail: -429453312
and the data files that are used as input to qa/884 contain values that
are clearly 64-bit ...
kenj@vm11:~/src/pcp/qa$ grep -r stat_bytes json
json/ceph_data1.json: "stat_bytes": 25231224832,
json/ceph_data1.json: "stat_bytes_used": 2880577536,
json/ceph_data1.json: "stat_bytes_avail": 21045383168,
json/ceph_schema1.json: "stat_bytes": { "type": 2},
json/ceph_schema1.json: "stat_bytes_used": { "type": 2},
json/ceph_schema1.json: "stat_bytes_avail": { "type": 2},
|