diff options
author | Sage Weil <sage@inktank.com> | 2012-11-13 16:24:23 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2012-11-13 16:29:54 -0800 |
commit | 74f7607afa5d70bf4985ae67301f9a3680b5108c (patch) | |
tree | 4fc7bfb3d6e4f1f85c6365a24099cbfc3fd0470d /PendingReleaseNotes | |
parent | 0d42e9762b78783357fcbaedbf2641f83ece1745 (diff) | |
download | ceph-74f7607afa5d70bf4985ae67301f9a3680b5108c.tar.gz |
doc: release-notes for v0.54
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r-- | PendingReleaseNotes | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes index f13c40bceff..e69de29bb2d 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,22 +0,0 @@ -v0.54 ------ - -* The osd capabilities associated with a rados user have changed - syntax since 0.48 argonaut. The new format is mostly backwards - compatible, but there are two backwards-incompatible changes: - - * specifying a list of pools in one grant, i.e. - 'allow r pool=foo,bar' is now done in separate grants, i.e. - 'allow r pool=foo, allow r pool=bar'. - - * restricting pool access by pool owner ('allow r uid=foo') is - removed. This feature was not very useful and unused in practice. - - The new format is documented in the ceph-authtool man page. - -* Bug fixes to the new osd capability format parsing properly validate - the allowed operations. If an existing rados user gets permissions - errors after upgrading, its capabilities were probably - misconfigured. See the ceph-authtool man page for details on osd - capabilities. - |