2015-11-10 12:59:03 +00:00
|
|
|
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.
|
2015-10-09 21:22:01 +00:00
|
|
|
|
|
|
|
* The 'send_pg_creates' and 'map_pg_creates' mon CLI commands are
|
|
|
|
obsolete and no longer supported.
|
2016-01-15 07:35:28 +00:00
|
|
|
|
|
|
|
* 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'.
|
2016-02-19 17:12:51 +00:00
|
|
|
|
|
|
|
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.
|