From: Sage Weil Date: Sun, 12 Aug 2018 20:34:20 +0000 (-0500) Subject: PendingReleaseNotes: note about auid support removal X-Git-Tag: v14.0.1~431^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bc858eac636cdee162a6a3df0819e10a02d353e0;p=ceph.git PendingReleaseNotes: note about auid support removal Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 788f1ca3a9d3..bf44d5887220 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -44,6 +44,21 @@ removed because they are redundant; please use the ``ceph osd pool create`` and ``ceph osd pool rm`` commands instead. +* The ``auid`` property for cephx users and RADOS pools has been + removed. This was an undocumented and partially implemented + capability that allowed cephx users to map capabilities to RADOS + pools that they "owned". Because there are no users we have removed + this support. If any cephx capabilities exist in the cluster that + restrict based on auid then they will no longer parse, and the + cluster will report a health warning like:: + + AUTH_BAD_CAPS 1 auth entities have invalid capabilities + client.bad osd capability parse failed, stopped at 'allow rwx auid 123' of 'allow rwx auid 123' + + The capability can be adjusted with the ``ceph auth caps`` command. For example,:: + + ceph auth caps client.bad osd 'allow rwx pool foo' +