mirror of https://github.com/ceph/ceph-ansible.git
commit
7fedc8ebf4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue