mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
038452e70f
'ceph mon_metadata' was added still during this dev cycle, so there is no need to deprecate it first. Fixes: #11545 Signed-off-by: Joao Eduardo Luis <joao@suse.de>
15 lines
554 B
Plaintext
15 lines
554 B
Plaintext
v9.0.4
|
|
~~~~~
|
|
|
|
* The return code for librbd's rbd_aio_read and Image::aio_read API methods no
|
|
longer returns the number of bytes read upon success. Instead, it returns 0
|
|
upon success and a negative value upon failure.
|
|
|
|
* 'ceph scrub', 'ceph compact' and 'ceph sync force are now DEPRECATED. Users
|
|
should instead use 'ceph mon scrub', 'ceph mon compact' and
|
|
'ceph mon sync force'.
|
|
|
|
* 'ceph mon_metadata' should now be used as 'ceph mon metadata'. There is no
|
|
need to deprecate this command (same major release since it was first
|
|
introduced).
|