Merge "Use optimal (instead of default) tunables for Ceph on upgrade" into stable/newton

This commit is contained in:
Jenkins 2017-07-20 08:06:21 +00:00 committed by Gerrit Code Review
commit d6deca8010
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 default
ceph osd crush tunables optimal
echo INFO: Ceph was upgraded to Jewel
else