]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
upstart/ceph-osd.conf: bump nofile limit up by 10x 2156/head
authorSage Weil <sage@redhat.com>
Mon, 28 Jul 2014 16:27:20 +0000 (09:27 -0700)
committerSage Weil <sage@redhat.com>
Mon, 28 Jul 2014 16:27:20 +0000 (09:27 -0700)
This should ensure that we don't hit this limit on all but the very biggest
clusters.  We seen it hit on a ~500 OSD dumpling cluster.

Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@redhat.com>
src/upstart/ceph-osd.conf

index 7175c2d93008cd51f8e49b4b8b9027336ce35318..498201d1fc28fbb8fc0c57a6bf13fdb3a976390a 100644 (file)
@@ -6,7 +6,7 @@ stop on runlevel [!2345] or stopping ceph-osd-all
 respawn
 respawn limit 5 30
 
-limit nofile 32768 32768
+limit nofile 327680 327680
 
 pre-start script
     set -e