installing ceph giant on ubuntu 15,04

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello everyone,
I recently had to install ceph giant on ubuntu 15.04 and had to solve some problems, so here is the best way to do it.


1)replace in your ubuntu 15.04 fresh install systemd with upstart
apt-get update
apt-get install upstart
apt-get install upstart-sysv (remove systemd and replace it by the upstart whole thing)

2) install dpkg-dev
apt-get install dpkg-dev

2) download ceph giant 0.94.1 in sources
3) untargz the sources package
4) from the sources directory run the script that will download all the necesary ./install-deps.sh
5) make sure we have all dependencies
dpkg-checkbuilddeps
6) compile sources and create the deb packages
dpkg-buildpackage

Once you have all your .deb files related to all the aspect of ceph then you can deploy them on all the nodes of your ceph cluster.
install the needed packages with dpkg --install ceph-0.94.1.deb
once done with the installation of your packages you will have to download all their dependencies doing simply:

apt-get install -f

And you will be ready to use ceph-deploy to deploy your nice ceph cluster.

Regards
--
Alphe Salas
I.T ingeneer
_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com




[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Ceph Dev]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux