summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-08-14 07:59:24 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-08-14 07:59:24 -0700
commit4f31756cc29036f6839445e03e522fd97d184605 (patch)
treebcca358a180761340d6ec77d661074e9ac52e144
parentd38a041f12a7a0dbf1e1cd77f6d089e06f5fd0e2 (diff)
downloadceph-4f31756cc29036f6839445e03e522fd97d184605.tar.gz
doc: Added dumpling to RPM installation.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/install/rpm.rst30
1 files changed, 26 insertions, 4 deletions
diff --git a/doc/install/rpm.rst b/doc/install/rpm.rst
index d96628a0f95..72934cc8d5e 100644
--- a/doc/install/rpm.rst
+++ b/doc/install/rpm.rst
@@ -40,13 +40,35 @@ To install these packages, execute the following::
Add Release Packages
====================
-Cuttlefish
-----------
-Cuttlefish is the most recent stable release of Ceph. These packages are
+Dumpling
+--------
+
+Dumpling is the most recent stable release of Ceph. These packages are
recommended for anyone deploying Ceph in a production environment.
Critical bug fixes are backported and point releases are made as necessary.
+Packages are currently built for the RHEL/CentOS6 (``el6``), Fedora 18 and 19
+(``f18`` and ``f19``), OpenSUSE 12.2 (``opensuse12.2``), and SLES (``sles11``)
+platforms. The repository package installs the repository details on your local
+system for use with ``yum`` or ``up2date``.
+
+For example, for CentOS 6 or other RHEL6 derivatives (``el6``)::
+
+ su -c 'rpm -Uvh http://ceph.com/rpm-dumpling/el6/noarch/ceph-release-1-0.el6.noarch.rpm'
+
+You can download the RPMs directly from::
+
+ http://ceph.com/rpm-dumpling
+
+
+Cuttlefish
+----------
+
+Cuttlefish is the previous recent major release of Ceph. These packages are
+recommended for those who have already deployed bobtail in production and are
+not yet ready to upgrade.
+
Packages are currently built for the RHEL/CentOS6 (``el6``), Fedora 17
(``f17``), OpenSUSE 12 (``opensuse12``), and SLES (``sles11``)
platforms. The repository package installs the repository details on
@@ -64,7 +86,7 @@ You can download the RPMs directly from::
Bobtail
-------
-Bobtail is the previous recent major release of Ceph. These packages are
+Bobtail is the second major release of Ceph. These packages are
recommended for those who have already deployed bobtail in production and
are not yet ready to upgrade.