From: Sage Weil Date: Wed, 2 Jul 2014 16:27:52 +0000 (-0700) Subject: vstart.sh: make filestore fd cache size smaller X-Git-Tag: v0.85~20^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2010%2Fhead;p=ceph.git 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 --- 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