ceph/PendingReleaseNotes
Abhishek Lekshmanan aeddbc5201 doc: rgw: add a note for resharding in 12.2.1 docs
Since we're now enabling dynamic resharding, mention  this in release
notes

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2017-09-15 23:20:27 +02:00

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.