mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
82f6ec596c
Note that a bunch of stuff we thought would go in 0.70 is actually in 0.69, so the update/release notes were adjusted accordingly. Signed-off-by: Sage Weil <sage@inktank.com>
24 lines
1016 B
Plaintext
24 lines
1016 B
Plaintext
v0.71
|
|
~~~~~
|
|
|
|
* 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.
|
|
|
|
* Any direct users of the 'tmap' portion of the librados API should be
|
|
aware that the automatic tmap -> omap conversion functionality has
|
|
been removed.
|
|
|
|
* Most output that used K or KB (e.g., for kilobyte) now uses a
|
|
lower-case k to match the official SI convention. Any scripts that
|
|
parse output and check for an upper-case K will need to be modified.
|