File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,11 @@ CephFS: Disallow delegating preallocated inode ranges to clients. Config
199199 default json format produces a rather massive output in large clusters and
200200 isn't scalable. So we have removed the 'network_ping_times' section from
201201 the output. Details in the tracker: https://tracker.ceph.com/issues/57460
202+ * mgr/REST: The REST manager module will trim requests based on the 'max_requests' option.
203+ Without this feature, and in the absence of manual deletion of old requests,
204+ the accumulation of requests in the array can lead to Out Of Memory (OOM) issues,
205+ resulting in the Manager crashing.
206+
202207* CephFS: The `subvolume snapshot clone` command now depends on the config option
203208 `snapshot_clone_no_wait` which is used to reject the clone operation when
204209 all the cloner threads are busy. This config option is enabled by default which means
You can’t perform that action at this time.
0 commit comments