From 904a5f1c319066f5a798af6fa842cd6c61439286 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 2 Jul 2014 09:27:52 -0700 Subject: [PATCH] vstart.sh: make filestore fd cache size smaller I hit the fd limit on a vstart cluster with the default 128; reduce this to 16. Signed-off-by: Sage Weil --- src/vstart.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vstart.sh b/src/vstart.sh index 1cf4dbe56a67..cabd911a3ac9 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -339,6 +339,7 @@ if [ "$start_mon" -eq 1 ]; then osd pool default min size = 1 osd pool default erasure code directory = .libs osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd + filestore fd cache size = 32 run dir = $CEPH_OUT_DIR EOF if [ "$cephx" -eq 1 ] ; then -- 2.47.3