Skip to content

Instantly share code, notes, and snippets.

Created August 21, 2012 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3417272 to your computer and use it in GitHub Desktop.
Save anonymous/3417272 to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
export CEPH_NUM_MON=3
export CEPH_NUM_MDS=1
export CEPH_NUM_OSD=3
cd ~/src/ceph.git/src
./stop.sh || :
rm -rf dev out
install -d -m0755 out
install -d -m0755 dev
install -d -m0755 dev/osd0
install -d -m0755 dev/osd1
install -d -m0755 dev/osd2
./vstart.sh -n -x -l "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment