From f2051c0d4f0fb98e059dd0f8712f1f5a615da25f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 7 Aug 2017 11:04:23 -0700 Subject: [PATCH] doc: add new fs auth command to release notes Introduced by #16761. Signed-off-by: Patrick Donnelly --- doc/release-notes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 682bf48b65146..fc6f866d8da53 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 ------------------------ -- 2.39.5