]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-osd: Remove ulimit nofile on container start
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 30 Oct 2019 15:45:44 +0000 (11:45 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 31 Oct 2019 18:42:41 +0000 (14:42 -0400)
commit4cd53bfbe5e9e7dcbf9d588cb6b40e123de95508
tree2ac43cb10c3bbc98a19c7bc9bbb1810b9f96a42f
parenta5a231b0b6d9d998dfa36fa85291a1264e0ba92b
ceph-osd: Remove ulimit nofile on container start

Even if this improves ceph-disk/ceph-volume performances then it also
impact the ceph-osd process.
The ceph-osd process shouldn't use 1024:4096 value for the max open
files.
Removing the ulimit option from the container engine and doing this kind
of change on the container side [1].

[1] https://github.com/ceph/ceph-container/pull/1497

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1702285
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 9a996aef7f79d5018e6999362fd025e9c04c9b3f)
roles/ceph-osd/templates/ceph-osd-run.sh.j2