]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph.spec.in,debian/rules: change aio-max-nr to 1048576 18540/head
authorchenliuzhong <liuzhong.chen@easystack.cn>
Tue, 24 Oct 2017 02:54:33 +0000 (10:54 +0800)
committerSage Weil <sage@redhat.com>
Wed, 25 Oct 2017 15:32:23 +0000 (10:32 -0500)
commitcec24f99ab5e368d2dae7d53628fee09515bd873
tree89f6cf8976baab060e67873fd6b059eac76c4121
parentd52e59bad700e8add6cd4cf895817aa8fd7a601a
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>
(cherry picked from commit 36326dc7104fc2f20f19d51b6f618a029ba072d7)
ceph.spec.in
debian/ceph-osd.install
debian/ceph-osd.postinst
debian/rules
src/90-ceph-osd.conf [new file with mode: 0644]