2017-08-24 12:40:33 +00:00
|
|
|
>= 12.2.0
|
2017-08-02 15:41:13 +00:00
|
|
|
---------
|
2017-09-11 22:21:52 +00:00
|
|
|
|
2017-10-02 00:32:12 +00:00
|
|
|
- *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
|
|
|
|
|
2017-09-15 21:20:27 +00:00
|
|
|
|
|
|
|
12.2.1
|
|
|
|
------
|
|
|
|
|
|
|
|
- *RGW*
|
|
|
|
|
|
|
|
* dynamic resharding is now enabled by default, RGW will now automatically
|
|
|
|
reshard the bucket index once the index grows beyond `rgw_max_objs_per_shard`
|
|
|
|
|
2017-09-11 22:21:52 +00:00
|
|
|
- *CephFS*:
|
|
|
|
|
|
|
|
* Limiting MDS cache via a memory limit is now supported using the new
|
|
|
|
mds_cache_memory_limit config option (1GB by default). A cache reservation
|
|
|
|
can also be specified using mds_cache_reservation as a percentage of the
|
|
|
|
limit (5% by default). Limits by inode count are still supported using
|
|
|
|
mds_cache_size. Setting mds_cache_size to 0 (the default) disables the
|
|
|
|
inode limit.
|
2017-09-01 18:45:12 +00:00
|
|
|
|
|
|
|
* The maximum number of PGs per OSD before the monitor issues a
|
|
|
|
warning has been reduced from 300 to 200 PGs. 200 is still twice
|
|
|
|
the generally recommended target of 100 PGs per OSD. This limit can
|
2017-09-14 20:00:31 +00:00
|
|
|
be adjusted via the ``mon_max_pg_per_osd`` option on the
|
|
|
|
monitors. The older ``mon_pg_warn_max_per_osd`` option has been removed.
|
2017-09-01 18:45:12 +00:00
|
|
|
|
|
|
|
* Creating pools or adjusting pg_num will now fail if the change would
|
|
|
|
make the number of PGs per OSD exceed the configured
|
2017-09-14 20:00:31 +00:00
|
|
|
``mon_max_pg_per_osd`` limit. The option can be adjusted if it
|
2017-09-01 18:45:12 +00:00
|
|
|
is really necessary to create a pool with more PGs.
|
2017-09-19 17:51:13 +00:00
|
|
|
|
|
|
|
* There was a bug in the PG mapping behavior of the new *upmap*
|
|
|
|
feature. If you made use of this feature (e.g., via the `ceph osd
|
|
|
|
pg-upmap-items` command), we recommend that all mappings be removed (via
|
|
|
|
the `ceph osd rm-pg-upmap-items` command) before upgrading to this
|
|
|
|
point release.
|