]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mkcephfs: no need for cluster.conf on cosd --mkfs_for_osd
authorSage Weil <sage@newdream.net>
Wed, 11 Mar 2009 18:35:36 +0000 (11:35 -0700)
committerSage Weil <sage@newdream.net>
Wed, 11 Mar 2009 18:35:36 +0000 (11:35 -0700)
src/mkcephfs

index 1de0071038cce71f4fcd000e3b9c1620805b1e8b..75c25decdb90d364955256eacd745af18581e98f 100755 (executable)
@@ -141,7 +141,7 @@ for name in $what; do
        fi
 
        [[ $ssh != "" ]] && scp $monmap $host:$monmap
-       do_cmd "$BINDIR/cosd -C $conf -c $runtimeconf --monmap_file $monmap --mkfs_for_osd $num $osd_path"
+       do_cmd "$BINDIR/cosd -c $runtimeconf --monmap_file $monmap --mkfs_for_osd $num $osd_path"
     fi
 
     if [[ $type = "mds" ]]; then