From 5773a374d0089ce824dec0a0c74a76e57806cc43 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 28 Jul 2014 09:27:20 -0700 Subject: [PATCH] upstart/ceph-osd.conf: bump nofile limit up by 10x 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 --- src/upstart/ceph-osd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upstart/ceph-osd.conf b/src/upstart/ceph-osd.conf index 7175c2d9300..498201d1fc2 100644 --- a/src/upstart/ceph-osd.conf +++ b/src/upstart/ceph-osd.conf @@ -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