mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
963c52417e
"pg ls*" commands now accept recovering instead of recovery as one of its states. Fixes: #11569 Signed-off-by: Kefu Chai <kchai@redhat.com>
24 lines
802 B
Plaintext
24 lines
802 B
Plaintext
v9.0.4
|
|
======
|
|
|
|
|
|
v9.0.3
|
|
======
|
|
|
|
* 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).
|
|
|
|
* The `--dump-json` option of "osdmaptool" is replaced by `--dump json`.
|
|
|
|
* The commands of "pg ls-by-{pool,primary,osd}" and "pg ls" now take "recovering"
|
|
instead of "recovery", to include the recovering pgs in the listed pgs.
|