From: leseb Date: Tue, 30 Jun 2015 16:13:03 +0000 (+0200) Subject: Only apply os-tuning to OSD nodes X-Git-Tag: v1.0.0~192^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=39ebb8f22e6c2d4318b6adf8d4e5b1d596e7b713;p=ceph-ansible.git Only apply os-tuning to OSD nodes There is no need to apply these tuning flags to all the nodes. Signed-off-by: leseb --- diff --git a/roles/ceph-common/tasks/main.yml b/roles/ceph-common/tasks/main.yml index e1eb44bfb..397b93956 100644 --- a/roles/ceph-common/tasks/main.yml +++ b/roles/ceph-common/tasks/main.yml @@ -2,6 +2,7 @@ - include: os_check.yml - include: os_tuning.yml + when: osd_group_name in group_names - include: prerequisite_ice.yml when: ceph_stable_ice