ceph/PendingReleaseNotes
Sage Weil cec8d85853 mds: require CEPH_FEATURE_OSD_TMAP2OMAP
Require that all OSDs support TMAP2OMAP before starting the MDS.  This
avoids doing some work and then crashing with EOPNOTSUPP, and gives us
a more informative message in the logs.

Signed-off-by: Sage Weil <sage@inktank.com>
2014-01-11 07:41:40 +08:00

14 lines
567 B
Plaintext

v0.75
~~~~~
- 'rbd ls' on a pool which never held rbd images now exits with code
0. It outputs nothing in plain format, or an empty list in
non-plain format. This is consistent with the behavior for a pool
which used to hold images, but contains none. Scripts relying on
this behavior should be updated.
- The MDS requires a new OSD operation TMAP2OMAP, added in this release. When
upgrading, be sure to upgrade and restart the ceph-osd daemons before the
ceph-mds daemon. The MDS will refuse to start if any up OSDs do not support
the new feature.