2017-11-30 18:27:45 +00:00
|
|
|
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.
|
2017-09-11 22:21:52 +00:00
|
|
|
|
2017-11-30 18:27:45 +00:00
|
|
|
* *CephFS*:
|
2017-10-02 00:32:12 +00:00
|
|
|
|
|
|
|
* 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
|
|
|
|
|
2017-09-15 21:20:27 +00:00
|
|
|
|
2017-11-30 18:27:45 +00:00
|
|
|
>= 12.2.2
|
|
|
|
---------
|