Skip to content

Instantly share code, notes, and snippets.

@jafff
Created January 5, 2012 07:18
Show Gist options
  • Save jafff/1564107 to your computer and use it in GitHub Desktop.
Save jafff/1564107 to your computer and use it in GitHub Desktop.
ceph dev environment config notes
add user_xattr to / mp in fstab
sudo apt-get install debhelper autotools-dev autoconf automake g++ gcc cdbs libfuse-dev libboost-dev \
libedit-dev libssl-dev libtool libexpat1-dev libfcgi-dev libatomic-ops-dev libgoogle-perftools-dev \
libkeyutils-dev pkg-config libgtkmm-2.4-dev libcrypto++-dev python-dev libcurl4-gnutls-dev
build with:
CXXFLAGS="-g" ./configure
cd src
make
mkdir -p dev/osd0
mkdir out
mkdir log
install -d -m0755 out dev/osd0
./vstart.sh -n -l
./ceph health
mount -t ceph 127.0.0.1:6789:/ /mnt/osd -vv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment