2018-01-09 22:38:12 +00:00
|
|
|
13.0.1
|
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-12-12 19:09:19 +00:00
|
|
|
* New CephFS file system attributes session_timeout and session_autoclose
|
|
|
|
are configurable via `ceph fs set`. The MDS config options
|
|
|
|
mds_session_timeout, mds_session_autoclose, and mds_max_file_size are now
|
|
|
|
obsolete.
|
|
|
|
|
2018-01-10 19:46:07 +00:00
|
|
|
* *RBD*
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
* The rbd CLI's "lock list" JSON and XML output has changed.
|
|
|
|
|
2018-01-12 15:03:26 +00:00
|
|
|
* The rbd CLI's "showmapped" JSON and XML output has changed.
|
|
|
|
|
2018-01-09 22:38:12 +00:00
|
|
|
* The sample ``crush-location-hook`` script has been removed. Its output is
|
|
|
|
equivalent to the built-in default behavior, so it has been replaced with an
|
|
|
|
example in the CRUSH documentation.
|
|
|
|
|
2018-01-12 06:50:57 +00:00
|
|
|
* The "rcceph" script (systemd/ceph in the source code tree, shipped as
|
|
|
|
/usr/sbin/rcceph in the ceph-base package for CentOS and SUSE) has been
|
|
|
|
dropped. This script was used to perform admin operations (start, stop,
|
|
|
|
restart, etc.) on all OSD and/or MON daemons running on a given machine.
|
|
|
|
This functionality is provided by the systemd target units (ceph-osd.target,
|
|
|
|
ceph-mon.target, etc.).
|
|
|
|
|
2018-01-24 05:26:15 +00:00
|
|
|
* The python-ceph-compat package is declared deprecated, and will be dropped
|
|
|
|
when all supported distros have completed the move to Python 3. It has
|
|
|
|
already been dropped from those supported distros where Python 3 is standard
|
|
|
|
and Python 2 is optional (currently only SUSE).
|
2018-01-04 17:41:06 +00:00
|
|
|
|
2017-11-30 18:27:45 +00:00
|
|
|
>= 12.2.2
|
|
|
|
---------
|
2017-11-28 23:01:32 +00:00
|
|
|
|
|
|
|
- *CephFS*:
|
|
|
|
|
|
|
|
* The CephFS client now catches failures to clear dentries during startup
|
|
|
|
and refuses to start as consistency and untrimmable cache issues may
|
|
|
|
develop. The new option client_die_on_failed_dentry_invalidate (default:
|
|
|
|
true) may be turned off to allow the client to proceed (dangerous!).
|