]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone/ceph-helpers.sh: Setup ulimit in setup() 22441/head
authorErwan Velu <erwan@redhat.com>
Wed, 13 Jun 2018 09:58:47 +0000 (11:58 +0200)
committerErwan Velu <erwan@redhat.com>
Mon, 25 Jun 2018 20:09:14 +0000 (22:09 +0200)
commit57df91380b4d9bff028b316051dfa10c81807b0b
tree39cc9597c4f92560c82c23837098851f1543f278
parent7b0d1c8b8acff2a7010bfb0400df09786033ac63
qa/standalone/ceph-helpers.sh: Setup ulimit in setup()

If ulimit is set to a 1024 value, ceph-osd will segfault with the
following error :
    filestore(td/smoke/0)  error (24) Too many open files not handled on operation 0x55565d1fd004 (2182.1.0, or op 0, counting from 0)

This patch is about to insure that before setting up ceph daemons in tests, a valid ulimit value is setup.

Signed-off-by: Erwan Velu <erwan@redhat.com>
qa/standalone/ceph-helpers.sh