]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/release-notes: upgrade sequence
authorSage Weil <sage@inktank.com>
Tue, 13 Aug 2013 16:40:50 +0000 (09:40 -0700)
committerSage Weil <sage@inktank.com>
Tue, 13 Aug 2013 16:40:50 +0000 (09:40 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
doc/release-notes.rst

index ad68bde4f5537aaccdc298fda4b7653836d54bc6..a80435267fe76980b8e0663022602b633981b392 100644 (file)
@@ -22,6 +22,25 @@ headline features for this release include:
 
 * Object namespaces in librados.
 
+Upgrade Sequencing
+~~~~~~~~~~~~~~~~~~
+
+It is possible to do a rolling upgrade from Cuttlefish to Dumpling.
+
+#. Upgrade ceph-common on all nodes that will use the cli
+
+#. Upgrade all monitors (upgrade ceph package, restart ceph-mon
+ daemons).  This can happen one daemon or host at a time.  Note that
+ because cuttlefish and dumpling monitors can't talk to each other,
+ all monitors should be upgraded in relatively short succession to
+ minimize the risk that an a untimely failure will reduce
+ availability.
+
+#. Upgrade all osds (upgrade ceph package, restart ceph-osd daemons).
+ This can happen one daemon or host at a time.
+
+#. Upgrade radosgw (upgrade radosgw package, restart radosgw daemons).
+
 
 Upgrading from v0.66
 ~~~~~~~~~~~~~~~~~~~~