2012-09-26 20:47:29 +00:00
|
|
|
========================
|
2012-05-03 17:45:08 +00:00
|
|
|
Installing RPM Packages
|
2012-09-26 20:47:29 +00:00
|
|
|
========================
|
2012-05-03 17:45:08 +00:00
|
|
|
|
2012-09-26 20:47:29 +00:00
|
|
|
You may install stable release packages (for stable deployments),
|
|
|
|
development release packages (for the latest features), or development
|
|
|
|
testing packages (for development and QA only). Do not add multiple
|
|
|
|
package sources at the same time.
|
2012-05-03 17:45:08 +00:00
|
|
|
|
2012-09-26 20:47:29 +00:00
|
|
|
Add Stable Release Packages
|
|
|
|
---------------------------
|
2012-05-03 17:45:08 +00:00
|
|
|
|
2012-09-26 20:47:29 +00:00
|
|
|
RPM packages have not been built for the current stable releases, but
|
|
|
|
are planned for the future.
|
2012-05-03 17:45:08 +00:00
|
|
|
|
2012-09-26 20:47:29 +00:00
|
|
|
Add Development Release Packages
|
|
|
|
--------------------------------
|
2012-05-03 17:45:08 +00:00
|
|
|
|
2012-09-26 20:47:29 +00:00
|
|
|
Our development process generates a new release of Ceph every 3-4 weeks.
|
|
|
|
These packages are faster-moving than the stable releases, as they get
|
|
|
|
new features integrated quickly, while still undergoing several weeks of QA
|
|
|
|
prior to release.
|
|
|
|
|
|
|
|
Packages are cryptographically signed with the ``release.asc`` key.
|
|
|
|
Add our release key to your system's list of trusted keys to avoid a
|
|
|
|
security warning::
|
|
|
|
|
|
|
|
sudo rpm --import https://raw.github.com/ceph/ceph/master/keys/release.asc
|
|
|
|
|
|
|
|
Packages are currently built for the Centos6 and Fedora 17 platforms.
|
|
|
|
|
2012-09-27 00:38:24 +00:00
|
|
|
The repository package installs the repo details on your local system for yum or up2date to use.
|
2012-09-26 20:47:29 +00:00
|
|
|
|
2012-09-27 00:38:24 +00:00
|
|
|
For CentOS6:
|
2012-09-26 20:47:29 +00:00
|
|
|
|
2012-09-27 20:06:03 +00:00
|
|
|
su -c 'rpm -Uvh http://ceph.com/rpms/el6/x86_64/ceph-release-1-0.noarch.rpm'
|
2012-09-26 20:47:29 +00:00
|
|
|
|
|
|
|
For Fedora17:
|
|
|
|
|
2012-09-27 20:06:03 +00:00
|
|
|
su -c 'rpm -Uvh http://ceph.com/rpms/fc17/x86_64/ceph-release-1-0.noarch.rpm'
|
2012-09-26 20:47:29 +00:00
|
|
|
|
|
|
|
Installing Packages
|
|
|
|
-------------------
|
|
|
|
|
2012-09-27 00:38:24 +00:00
|
|
|
Once you have added either release or development packages to yum, you
|
|
|
|
can install Ceph::
|
2012-09-26 20:47:29 +00:00
|
|
|
|
|
|
|
sudo yum install ceph
|