]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
release: release notes update for objclass-perms 10313/head
authorNoah Watkins <noahwatkins@gmail.com>
Fri, 15 Jul 2016 19:41:18 +0000 (12:41 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Fri, 15 Jul 2016 19:41:18 +0000 (12:41 -0700)
Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
PendingReleaseNotes

index a1f95cb86e4942f956bf759b81a219ccf6cd9866..6aabd1dbc5d6ee971bc1dd2c8ed1092a72f2e33e 100644 (file)
@@ -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
 ------