mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
ee2dbdb0f5
These fields are replaced with corresponding *_bytes fields. Signed-off-by: Sage Weil <sage@redhat.com>
14 lines
541 B
Plaintext
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.
|