]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: release-notes for v0.54
authorSage Weil <sage@inktank.com>
Wed, 14 Nov 2012 00:24:23 +0000 (16:24 -0800)
committerSage Weil <sage@inktank.com>
Wed, 14 Nov 2012 00:29:54 +0000 (16:29 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
PendingReleaseNotes
doc/release-notes.rst

index f13c40bceff0a681f9199dde6bcb6a269f419907..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -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.
-
index 77e218a1ec004043a345048bbd4ff9a6ae8bf3b7..e2bf8f3174fe83c49245c6dd75a2f5f83a604916 100644 (file)
@@ -2,6 +2,35 @@
  Release Notes
 ===============
 
+v0.54
+-----
+
+Notable changes
+~~~~~~~~~~~~~~~
+
+* 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.
+
+* 'rbd lock list' and 'rbd showmapped' no longer use tabs as
+  separators in their output.
+
+
 v0.48.2 "argonaut"
 ------------------
 
@@ -131,3 +160,4 @@ There is also a lot of librbd code in this release that is laying the groundwork
 
 
 
+