Ceph:Manual Install storage

From Define Wiki
Revision as of 13:36, 26 August 2014 by Michael (talk | contribs) (Created page with "== Storage Cluster Install == === Ubuntu / Debian === <syntaxhighlight> sudo apt-get update && sudo apt-get install ceph ceph-mds </syntaxhighlight> === Redhat === * Install the plugin priorit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Storage Cluster Install

Ubuntu / Debian

sudo apt-get update && sudo apt-get install ceph ceph-mds


Redhat

  • Install the plugin priority package:
sudo yum install yum-plugin-priorities


  • Ensure the priorities plugin is enabled in /etc/yum/pluginconf.d/priorities.conf
[main]
enabled = 1
  • Set the ceph repos to priority 2 in the ceph.repo file:
[ceph]
name=Ceph packages for $basearch
baseurl=http://ceph.com/rpm-{ceph-release}/{distro}/$basearch
enabled=1
priority=2
gpgcheck=1
type=rpm-md
gpgkey=https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc