Skip to content

Commit 0a79c71

Browse files
authored
Merge pull request ceph#62501 from Matan-B/wip-matanb-crimson-cephadm-aio-max-nr
cephadm/cephadmlib/daemons/ceph.py: increase aio-max-nr Reviewed-by: Adam King <[email protected]>
2 parents 4b54e37 + 3f54523 commit 0a79c71

File tree

1 file changed

+1
-1
lines changed
  • src/cephadm/cephadmlib/daemons

1 file changed

+1
-1
lines changed

src/cephadm/cephadmlib/daemons/ceph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def create(cls, ctx: CephadmContext, ident: DaemonIdentity) -> 'OSD':
258258
def get_sysctl_settings() -> List[str]:
259259
return [
260260
'# allow a large number of OSDs',
261-
'fs.aio-max-nr = 1048576',
261+
'fs.aio-max-nr = 2097152',
262262
'kernel.pid_max = 4194304',
263263
]
264264

0 commit comments

Comments
 (0)