Ceph:Install configuration
Ceph Deploy Admin Node
Once you have an admin node installed with your OS you need to install ceph-deploy. The tool can then be used to set up the other nodes in the cluster.
=Ubuntu Installation
wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
echo deb http://ceph.com/debian-{ceph-stable-release}/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
sudo apt-get update && sudo apt-get install ceph-deployRedhat Installation
##Add the Ceph repo (see below)
sudo yum update && sudo yum install ceph-deploy[ceph-noarch]
name=Ceph noarch packages
baseurl=http://ceph.com/rpm-{ceph-stable-release}/{distro}/noarch
enabled=1
gpgcheck=1
type=rpm-md
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc