Skip to content

Commit e977939

Browse files
authored
Merge pull request #30 from zmc/sysctl-aio-max-nr
requirements: Increase sysctl fs.aio-max-nr
2 parents fecf208 + c157bbd commit e977939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph_devstack/requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async def check_requirements():
253253
result = result and await PodmanDNSPlugin().evaluate()
254254

255255
# sysctl settings for OSD
256-
result = result and await SysctlValue("fs.aio-max-nr", 1048576).evaluate()
256+
result = result and await SysctlValue("fs.aio-max-nr", 2097152).evaluate()
257257
result = result and await SysctlValue("kernel.pid_max", 4194304).evaluate()
258258

259259
return result

0 commit comments

Comments
 (0)