From d11a6be15599ed3efb500f89ba6d11da88a16beb Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Fri, 15 Jul 2016 12:41:18 -0700 Subject: [PATCH] release: release notes update for objclass-perms Signed-off-by: Noah Watkins --- PendingReleaseNotes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index a1f95cb86e49..6aabd1dbc5d6 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -6,6 +6,17 @@ is defined in the "mon_dns_srv_name" config option, which defaults to "ceph-mon". +* The 'osd class load list' config option is a list of object class names that + the OSD is permitted to load (or '*' for all classes). By default it + contains all existing in-tree classes for backwards compatibility. + +* The 'osd class default list' config option is a list of object class names + (or '*' for all classes) that clients may invoke having only the '*', 'x', + 'class-read', or 'class-write' capabilities. By default it contains all + existing in-tree classes for backwards compatibility. Invoking classes not + listed in 'osd class default list' requires a capability naming the class + (e.g. 'allow class foo'). + 11.0.0 ------ -- 2.47.3