]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart.sh: add an extra param when "run 'mds'"
authorKefu Chai <kchai@redhat.com>
Wed, 5 Jun 2019 03:29:25 +0000 (11:29 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 5 Jun 2019 03:30:16 +0000 (11:30 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/vstart.sh

index 6e36675d2e3d2f983164441b5ee490add9839ed9..c4c70e6e6d84631bdf95206ffea9a36f2f35b8d8 100755 (executable)
@@ -930,7 +930,7 @@ EOF
 
         run 'mds' $name $CEPH_BIN/ceph-mds -i $name $ARGS $CMDS_ARGS
         if [ "$standby" -eq 1 ]; then
-            run 'mds' $CEPH_BIN/ceph-mds -i ${name}s $ARGS $CMDS_ARGS
+            run 'mds' $name $CEPH_BIN/ceph-mds -i ${name}s $ARGS $CMDS_ARGS
         fi
 
         #valgrind --tool=massif $CEPH_BIN/ceph-mds $ARGS --mds_log_max_segments 2 --mds_thrash_fragments 0 --mds_thrash_exports 0 > m  #--debug_ms 20