]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rolling_update: clarify update doc 1891/head
authorSébastien Han <seb@redhat.com>
Wed, 13 Sep 2017 21:46:29 +0000 (15:46 -0600)
committerSébastien Han <seb@redhat.com>
Wed, 13 Sep 2017 21:46:29 +0000 (15:46 -0600)
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1490188
Signed-off-by: Sébastien Han <seb@redhat.com>
infrastructure-playbooks/rolling_update.yml

index e569639b4d81c25b1ce2be160d9e96ee7363cd1b..308a188ef088f851d5f9ea163a586cef93256e87 100644 (file)
@@ -6,12 +6,13 @@
 # upgraded one by one. It is really crucial for the update process to happen
 # in a serialized fashion. DO NOT CHANGE THIS VALUE.
 #
-# The four roles that apply to the ceph hosts will be applied: ceph-common,
-# ceph-mon, ceph-osd and ceph-mds. So any changes to configuration, package updates, etc,
-# will be applied as part of the rolling update process.
 #
-
-# /!\ DO NOT FORGET TO CHANGE THE RELEASE VERSION FIRST! /!\
+# If you run a Ceph community version, you have to change the variable: ceph_stable_release to the new release
+#
+# If you run Red Hat Ceph Storage and are doing a **major** update (e.g: from 2 to 3), you have two options:
+#   - if you use a CDN, you have to change the ceph_rhcs_version to a newer one
+#   - if you use an ISO, you have to change the ceph_rhcs_iso_path to the directory containing the new Ceph version
+#
 
 - name: confirm whether user really meant to upgrade the cluster
   hosts: localhost