Revert "Use optimal (instead of default) tunables for Ceph on upgrade"

This reverts commit 40de798ee6.

The above would have fixed the issue but is only possible if the OSDs are
upgraded first. We probably need to disable flag warnings
completely instead. [1]

1. http://docs.ceph.com/docs/master/rados/operations/crush-map/#warning-when-tunables-are-non-optimal

Change-Id: I4af3a9cdf8efa411c5548baac6986c49824007e1
This commit is contained in:
Giulio Fidente 2017-07-20 18:44:44 +02:00
parent e2cee46e31
commit 9af7850646
1 changed files with 2 additions and 2 deletions

View File

@ -153,6 +153,6 @@ outputs:
until: ceph_quorum_nodecheck.rc == 0
retries: {get_param: CephValidationRetries}
delay: {get_param: CephValidationDelay}
- name: set crush tunables
- name: ceph osd crush tunables default
tags: step0
shell: ceph osd crush tunables optimal
shell: ceph osd crush tunables default