]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add new fs auth command to release notes 16876/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 7 Aug 2017 18:04:23 +0000 (11:04 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 7 Aug 2017 19:47:08 +0000 (12:47 -0700)
Introduced by #16761.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
doc/release-notes.rst

index 682bf48b651464b46a21fd765061966e9c501b6e..fc6f866d8da5397f825755f186df7cfa225e4e9c 100644 (file)
@@ -155,6 +155,9 @@ Major Changes from Kraken
     multiple MDS daemons automatically.
   * Directory subtrees can be explicitly pinned to specific MDS daemons in
     cases where the automatic load balancing is not desired or effective.
+  * Client keys can now be created using the new ``ceph fs authorize`` command
+    to create keys with access to the given CephFS file system and all of its
+    data pools.
 
 - *Miscellaneous*:
 
@@ -258,6 +261,8 @@ Major Changes from Kraken
       MonMap.  ``ceph mon feature set`` will set an optional feature (none of
       these exist yet).
     - ``ceph tell <daemon> help`` will now return a usage summary.
+    - ``ceph fs authorize`` creates a new client key with caps automatically
+      set to access the given CephFS file system.
 
 Major Changes from Jewel
 ------------------------