Skip to content

Commit 7b251ca

Browse files
committed
PendingReleaseNotes: Adding note about rest module change and adding max_request option
Signed-off-by: Nitzan Mordechai <[email protected]>
1 parent 58281c1 commit 7b251ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

PendingReleaseNotes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)