Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### Requirements ####
- # EPEL Repository
- rpm -ihv http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
- yum update
- # Packet Requirements
- yum install gcc gcc-c++ automake libtool expat expat-devel boost-devel nss-devel libatomic_ops-devel fuse-devel crypto-utils keyutils-libs.x86_64 keyutils-libs-devel.x86_64 htop libedit-devel.x86_64 libedit.x86_64
- #### Getting ceph ####
- wget http://ceph.newdream.net/download/ceph-0.27.tar.gz
- tar xfv ceph-0.27.tar.gz -C /usr/src/
- cd /usr/src/ceph-0.27/
- #### compiling ceph ####
- ./autogen.sh
- CXXFLAGS="-g -O2" ./configure --prefix=/usr --sbindir=/sbin --localstatedir=/var --sysconfdir=/etc --without-tcmalloc
- make -j2
- make install
- #### init Datei kopieren ####
- cp /usr/src/ceph-0.27/src/init-ceph /etc/init.d/ceph
- mkdir -p /data/osd$id (0-2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement