From: Sage Weil Date: Thu, 30 Oct 2014 22:41:38 +0000 (-0700) Subject: PendingReleaseNotes: not about dropping category X-Git-Tag: v0.91~162^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=39c46a2de7997df8f9a350e1364d3a841e7e5fc9;p=ceph.git PendingReleaseNotes: not about dropping category Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 3c3669f9575..c05630ce76b 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -24,3 +24,10 @@ v0.90 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. + +* 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.