From: Andrew Schoen Date: Wed, 26 Jul 2017 16:23:32 +0000 (-0500) Subject: lvm-osds: make task name and files consistent X-Git-Tag: v3.0.0rc1~3^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=61d63f84681af97c093923854d8d73a48177dedf;p=ceph-ansible.git lvm-osds: make task name and files consistent Removes capitilization and newlines to keep these files consistent in style with the existing tasks. Signed-off-by: Andrew Schoen --- diff --git a/roles/ceph-osd/tasks/main.yml b/roles/ceph-osd/tasks/main.yml index 56d4c7d20..2dc9d5e84 100644 --- a/roles/ceph-osd/tasks/main.yml +++ b/roles/ceph-osd/tasks/main.yml @@ -20,7 +20,7 @@ # Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent) static: False -- name: create lvm OSDs with ceph-volume +- name: create lvm osds with ceph-volume include: ./scenarios/lvm.yml when: - lvm_osds @@ -28,7 +28,7 @@ # Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent) static: False -- name: ensure OSD daemons are started +- name: ensure osd daemons are started include: start_osds.yml when: - not containerized_deployment diff --git a/roles/ceph-osd/tasks/scenarios/lvm.yml b/roles/ceph-osd/tasks/scenarios/lvm.yml index 7d439aa33..daa457c7c 100644 --- a/roles/ceph-osd/tasks/scenarios/lvm.yml +++ b/roles/ceph-osd/tasks/scenarios/lvm.yml @@ -1,5 +1,4 @@ --- - -- name: use ceph-volume to create filestore OSDs with dedicated journals +- name: use ceph-volume to create filestore osds with dedicated journals command: "ceph-volume lvm create --filestore --data {{ item.key }} --journal {{ item.value }}" with_dict: "{{ lvm_volumes }}" diff --git a/roles/ceph-osd/tasks/start_osds.yml b/roles/ceph-osd/tasks/start_osds.yml index 207902d8f..4b2e1fcad 100644 --- a/roles/ceph-osd/tasks/start_osds.yml +++ b/roles/ceph-osd/tasks/start_osds.yml @@ -1,5 +1,4 @@ --- - - include: osd_fragment.yml when: crush_location