ceph/PendingReleaseNotes
Sage Weil ee2dbdb0f5 mon/PGMonitor: remove {rd,wr}_kb from pool stat dumps
These fields are replaced with corresponding *_bytes fields.

Signed-off-by: Sage Weil <sage@redhat.com>
2014-08-06 10:33:04 -07:00

14 lines
541 B
Plaintext

v0.84
-----
* The *_kb perf counters on the monitor have been removed. These are
replaced with a new set of *_bytes counters (e.g., cluster_osd_kb is
replaced by cluster_osd_bytes).
* The rd_kb and wr_kb fields in the JSON dumps for pool stats (accessed via
the 'ceph df detail -f json-pretty' and related commands) have been replaced
with corresponding *_bytes fields. Similarly, the 'total_space', 'total_used',
and 'total_avail' fields are replaced with 'total_bytes', 'total_used_bytes',
and 'total_avail_bytes' fields.