diff options
author | chenliuzhong <liuzhong.chen@easystack.cn> | 2017-10-24 04:54:33 +0200 |
---|---|---|
committer | chenliuzhong <liuzhong.chen@easystack.cn> | 2017-10-24 07:16:36 +0200 |
commit | 36326dc7104fc2f20f19d51b6f618a029ba072d7 (patch) | |
tree | e2afe90bee96cdbbea72b93502eb55b8c5a523cc /debian/ceph-osd.install | |
parent | Merge pull request #18408 from liewegas/wip-buffer-mempool-abi (diff) | |
download | ceph-36326dc7104fc2f20f19d51b6f618a029ba072d7.tar.xz ceph-36326dc7104fc2f20f19d51b6f618a029ba072d7.zip |
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>
Diffstat (limited to 'debian/ceph-osd.install')
-rw-r--r-- | debian/ceph-osd.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph-osd.install b/debian/ceph-osd.install index b68e1a3b011..6e03f1b8df9 100644 --- a/debian/ceph-osd.install +++ b/debian/ceph-osd.install @@ -21,3 +21,4 @@ usr/share/man/man8/ceph-volume.8 usr/share/man/man8/ceph-volume-systemd.8 usr/share/man/man8/ceph-osd.8 usr/share/man/man8/ceph-bluestore-tool.8 +etc/sysctl.d/30-ceph-osd.conf |