From: Jason Dillaman Date: Wed, 19 Jul 2017 20:43:13 +0000 (-0400) Subject: PendingReleaseNotes: added blurb for new RBD cap profiles X-Git-Tag: v12.1.2~162^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15991%2Fhead;p=ceph.git PendingReleaseNotes: added blurb for new RBD cap profiles Signed-off-by: Jason Dillaman --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 0812bcc37855..e6052c9d43ef 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -239,4 +239,9 @@ * The 'mon_warn_osd_usage_min_max_delta' config option has been removed and the associated health warning has been disabled because it does not address clusters undergoing recovery or CRUSH rules that do - not target all devices in the cluster. \ No newline at end of file + not target all devices in the cluster. + +* Specifying user authorization capabilities for RBD clients has been + simplified. The general syntax for using RBD capability profiles is + "mon 'profile rbd' osd 'profile rbd[-read-only][ pool={pool-name}[, ...]]'". + For more details see "User Management" in the documentation.