From: Patrick Donnelly Date: Mon, 7 Aug 2017 18:04:23 +0000 (-0700) Subject: doc: add new fs auth command to release notes X-Git-Tag: v13.0.0~216^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16876%2Fhead;p=ceph.git doc: add new fs auth command to release notes Introduced by #16761. Signed-off-by: Patrick Donnelly --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 682bf48b6514..fc6f866d8da5 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -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 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 ------------------------