2014-11-12 00:15:08 +00:00
|
|
|
v0.90
|
2014-08-18 18:57:59 +00:00
|
|
|
-----
|
2014-09-09 21:55:19 +00:00
|
|
|
|
|
|
|
* Previously, the formatted output of 'ceph pg stat -f ...' was a full
|
|
|
|
pg dump that included all metadata about all PGs in the system. It
|
|
|
|
is now a concise summary of high-level PG stats, just like the
|
|
|
|
unformatted 'ceph pg stat' command.
|
2014-09-09 22:08:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* All JSON dumps of floating point values were incorrecting surrounding the
|
|
|
|
value with quotes. These quotes have been removed. Any consumer of structured
|
|
|
|
JSON output that was consuming the floating point values was previously having
|
|
|
|
to interpret the quoted string and will most likely need to be fixed to take
|
|
|
|
the unquoted number.
|
2014-10-30 22:41:38 +00:00
|
|
|
|
|
|
|
* The 'category' field for objects has been removed. This was originally added
|
|
|
|
to track PG stat summations over different categories of objects for use by
|
|
|
|
radosgw. It is no longer has any known users and is prone to abuse because it
|
|
|
|
can lead to a pg_stat_t structure that is unbounded. The librados API calls
|
|
|
|
that accept this field now ignore it, and the OSD no longers tracks the
|
|
|
|
per-category summations.
|
2014-10-30 22:42:38 +00:00
|
|
|
|
|
|
|
* The output for 'rados df' has changed. The 'category' level has been
|
|
|
|
eliminated, so there is now a single stat object per pool. The structure of
|
|
|
|
the JSON output is different, and the plaintext output has one less column.
|
2014-10-30 22:43:31 +00:00
|
|
|
|
|
|
|
* The 'rados create <objectname> [category]' optional category argument is no
|
|
|
|
longer supported or recognized.
|