]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
ceph.spec.in,debian/rules: change aio-max-nr to 1048576
authorchenliuzhong <liuzhong.chen@easystack.cn>
Tue, 24 Oct 2017 02:54:33 +0000 (10:54 +0800)
committerchenliuzhong <liuzhong.chen@easystack.cn>
Tue, 24 Oct 2017 05:16:36 +0000 (13:16 +0800)
commit36326dc7104fc2f20f19d51b6f618a029ba072d7
treee2afe90bee96cdbbea72b93502eb55b8c5a523cc
parentefff14c417de2fb31217a9b7f53537edfa0b84c6
ceph.spec.in,debian/rules: change aio-max-nr to 1048576

when osd is more than 14 in one host,it report error that aio is not enough.
As the default aio-max-nr is 65536, one OSD needs 4096 aios and other programs may use aios.
This patch change aio-max-nr to 1048576 when install ceph-osd rpm package and debian package

Signed-off-by: chenliuzhong <liuzhong.chen@easystack.cn>
ceph.spec.in
debian/ceph-osd.install
debian/ceph-osd.postinst
debian/rules
src/90-ceph-osd.conf [new file with mode: 0644]