From: Noah Watkins Date: Fri, 15 Jul 2016 19:41:18 +0000 (-0700) Subject: release: release notes update for objclass-perms X-Git-Tag: ses5-milestone5~365^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d11a6be15599ed3efb500f89ba6d11da88a16beb;p=ceph.git release: release notes update for objclass-perms Signed-off-by: Noah Watkins --- 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 ------