]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: not about dropping category
authorSage Weil <sage@redhat.com>
Thu, 30 Oct 2014 22:41:38 +0000 (15:41 -0700)
committerSage Weil <sage@redhat.com>
Mon, 1 Dec 2014 17:36:57 +0000 (09:36 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
PendingReleaseNotes

index 3c3669f957541f00f81fea9f007363112143affb..c05630ce76b647cbad9bd2ca373ee5745cd516c6 100644 (file)
@@ -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.