mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
aeddbc5201
Since we're now enabling dynamic resharding, mention this in release notes Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
21 lines
614 B
Plaintext
21 lines
614 B
Plaintext
>= 12.2.0
|
|
---------
|
|
|
|
|
|
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`
|
|
|
|
- *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.
|