diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-02-17 16:49:58 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-02-24 12:04:31 -0500 |
commit | a41c5ebcc23ffc1df2f3baa6dcc173e8ad6143bf (patch) | |
tree | bdc63bdd3739a51a3c0abb4fbfb6b7d8cf9236e7 /extraconfig | |
parent | 38cbdc5424096de93c73116123f45436a35a6884 (diff) |
Add checks in ansible upgrade tasks for CephMon and CephOSD
Adds two checks, one for the CephMon and one for the CephOSD upgrade
tasks borrowed from ceph-ansible.
Change-Id: I0a0e60d277240130c6bd76a74ccc13354b87a30a
Co-Authored-By: Sebastien Han <seb@redhat.com>
(cherry picked from commit a3df16776dd5d7eb0a60ca4c58cef9913eb1c5cb)
Diffstat (limited to 'extraconfig')
-rw-r--r-- | extraconfig/tasks/major_upgrade_pacemaker.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extraconfig/tasks/major_upgrade_pacemaker.yaml b/extraconfig/tasks/major_upgrade_pacemaker.yaml index 8c91027d..74d3be71 100644 --- a/extraconfig/tasks/major_upgrade_pacemaker.yaml +++ b/extraconfig/tasks/major_upgrade_pacemaker.yaml @@ -18,10 +18,6 @@ parameters: constraints: - allowed_values: ['auto', 'yes', 'no'] default: 'auto' - IgnoreCephUpgradeWarnings: - type: boolean - default: false - description: If enabled, Ceph upgrade will be forced even though cluster or PGs status is not clean KeepSaharaServicesOnUpgrade: type: boolean default: true |