]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
dstart: no preload gprof helper
authorSage Weil <sage@newdream.net>
Tue, 27 Jan 2009 22:42:17 +0000 (14:42 -0800)
committerSage Weil <sage@newdream.net>
Tue, 27 Jan 2009 22:43:54 +0000 (14:43 -0800)
src/dstart.sh

index eb8486dad5677a7ba4a21297d340ff9b7399a8f7..c6e188fa24cf0b48ad696e6ae0812085860f016c 100755 (executable)
@@ -137,7 +137,7 @@ do
        ssh root@cosd$host cd $HOME/ceph/src \; ./cosd --mkfs_for_osd $osd $devm # --osd_auto_weight 1
    fi
    echo starting cosd
-   ssh root@cosd$host cd $HOME/ceph/src \; ulimit -c unlimited \; LD_PRELOAD=./gprof-helper.so ./crun $norestart ./cosd $devm --dout_dir /data/cosd$host $COSD_ARGS -f &
+   ssh root@cosd$host cd $HOME/ceph/src \; ulimit -c unlimited \; ./crun $norestart ./cosd $devm --dout_dir /data/cosd$host $COSD_ARGS -f &
 
  done
 done