mirror of https://github.com/ceph/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 <seb@redhat.com>pull/299/head
parent
829b9a8ab4
commit
39ebb8f22e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue