ceph/PendingReleaseNotes
Sangdi Xu 0a4d1a411d mon: add an independent option for max election time
add a new configure option mon_election_timeout, which is not dependent on mon_lease

Signed-off-by: Sangdi Xu <xu.sangdi@h3c.com>
2016-01-15 19:12:46 +08:00

14 lines
473 B
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'.