From: John Spray Date: Fri, 23 Oct 2015 23:11:33 +0000 (+0100) Subject: vstart: don't set max_mds to use all daemons X-Git-Tag: v10.1.0~144^2~16 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9ff5cb18fecf6ef3b546779ef88f563a64bd6bf2;p=ceph.git vstart: don't set max_mds to use all daemons This is only useful if you want to test a single namespace with no standbys. It's easier to initially have max_mds=1 and increase it later than it is to go through the ritual of decreasing max_mds and then deactivating a daemon and waiting for it to stop. Signed-off-by: John Spray --- diff --git a/src/vstart.sh b/src/vstart.sh index c1fc7ed7ff8a6..151ca1b2877e8 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -639,10 +639,6 @@ if [ "$start_mds" -eq 1 -a "$CEPH_NUM_MDS" -gt 0 ]; then echo $cmd $cmd - cmd="$CEPH_ADM mds set max_mds $CEPH_NUM_MDS" - echo $cmd - $cmd - mds=0 for name in a b c d e f g h i j k l m n o p do