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

This reverts commit a18621e1cb.

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: I1133f58718cc31475aba5cd0653c6e9cb035a10a
This commit is contained in:
Giulio Fidente 2017-07-20 18:46:15 +02:00
parent d6deca8010
commit 0edf1cf072
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ elif [[ "$UPDATED_VERSION" =~ ^10\.2.* ]]; then
# if tunables become legacy, cluster status will be HEALTH_WARN causing
# upgrade to fail on following node
ceph osd crush tunables optimal
ceph osd crush tunables default
echo INFO: Ceph was upgraded to Jewel
else