mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
d24883e497
Exclusive lock, object map, fast-diff, and deep-flatten have been enabled by default for all new images. Signed-off-by: Jason Dillaman <dillaman@redhat.com>
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
v10.0.0
|
|
======
|
|
|
|
* The rbd CLI no longer accepts the deprecated '--image-features' option
|
|
during create, import, and clone operations. The '--image-feature'
|
|
option should be used instead.
|
|
|
|
* The 'send_pg_creates' and 'map_pg_creates' mon CLI commands are
|
|
obsolete and no longer supported.
|
|
|
|
* A new configure option 'mon_election_timeout' is added to specifically
|
|
limit max waiting time of monitor election process, which was previously
|
|
restricted by 'mon_lease'.
|
|
|
|
* The default RBD image features for new images have been updated to enable
|
|
the following: exclusive lock, object map, fast-diff, and deep-flatten.
|
|
These features are not currently supported by the RBD kernel driver nor older
|
|
RBD clients. These features can be disabled on a per-image basis via the RBD
|
|
CLI or the default features can be updated to the pre-Jewel setting by adding
|
|
the following to the client section of the Ceph configuration file:
|
|
rbd default features = 1
|
|
|
|
v9.3.0
|
|
======
|
|
* Some symbols wrongly exposed by librados in v9.1.0 and v9.2.0 were removed.
|
|
If you compiled your own application against librados shipped with these
|
|
releases, it is very likely referencing these removed symbols. So you will
|
|
need to recompile it.
|