summaryrefslogtreecommitdiff
path: root/PendingReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'PendingReleaseNotes')
-rw-r--r--PendingReleaseNotes14
1 files changed, 13 insertions, 1 deletions
diff --git a/PendingReleaseNotes b/PendingReleaseNotes
index 7d667f3ff59..725e02e0a3a 100644
--- a/PendingReleaseNotes
+++ b/PendingReleaseNotes
@@ -1,3 +1,15 @@
v0.70
~~~~~
-mds: disable adding snapshots by default. (re-enable them with "ceph mds allow_snaps") \ No newline at end of file
+
+* The MDS now disallows snapshots by default as they are not
+ considered stable. The command 'ceph mds set allow_snaps' will
+ enable them.
+
+* For clusters that were created before v0.44 (pre-argonaut, Spring
+ 2012) and store radosgw data, the auto-upgrade from TMAP to OMAP
+ objects has been disabled. Before upgrading, make sure that any
+ buckets created on pre-argonaut releases have been modified (e.g.,
+ by PUTing and then DELETEing an object from each bucket). Any
+ cluster created with argonaut (v0.48) or a later release or not
+ using radosgw never relied on the automatic conversion and is not
+ affected by this change.