]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: only 1 mds
authorSage Weil <sage@newdream.net>
Sun, 15 Mar 2009 21:09:31 +0000 (14:09 -0700)
committerSage Weil <sage@newdream.net>
Sun, 15 Mar 2009 21:09:31 +0000 (14:09 -0700)
src/vstart.sh

index f8b7f03d4042a086fca061a9ee094724867b9aba..befa539c6283e66d406ae8cbe1fb5ee2f5d2f87a 100755 (executable)
@@ -2,7 +2,7 @@
 
 [ "$CEPH_NUM_MON" == "" ] && CEPH_NUM_MON=3
 [ "$CEPH_NUM_OSD" == "" ] && CEPH_NUM_OSD=1
-[ "$CEPH_NUM_MDS" == "" ] && CEPH_NUM_MDS=3
+[ "$CEPH_NUM_MDS" == "" ] && CEPH_NUM_MDS=1
 
 let new=0
 let debug=0