mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
0c2bb1f041
drop sections already in previous releases, keeping only Mimic sections and a new section header for items going post 12.2.2 Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
26 lines
737 B
Plaintext
26 lines
737 B
Plaintext
13.0.0
|
|
------
|
|
|
|
* The RBD C API's rbd_discard method now enforces a maximum length of
|
|
2GB to match the C++ API's Image::discard method. This restriction
|
|
prevents overflow of the result code.
|
|
|
|
* *CephFS*:
|
|
|
|
* Several "ceph mds" commands have been obsoleted and replaced
|
|
by equivalent "ceph fs" commands:
|
|
- mds dump -> fs dump
|
|
- mds getmap -> fs dump
|
|
- mds stop -> mds deactivate
|
|
- mds set_max_mds -> fs set max_mds
|
|
- mds set -> fs set
|
|
- mds cluster_down -> fs set cluster_down true
|
|
- mds cluster_up -> fs set cluster_down false
|
|
- mds add_data_pool -> fs add_data_pool
|
|
- mds remove_data_pool -> fs rm_data_pool
|
|
- mds rm_data_pool -> fs rm_data_pool
|
|
|
|
|
|
>= 12.2.2
|
|
---------
|