]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
lvm-osds: make task name and files consistent
authorAndrew Schoen <aschoen@redhat.com>
Wed, 26 Jul 2017 16:23:32 +0000 (11:23 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 4 Aug 2017 11:13:10 +0000 (06:13 -0500)
Removes capitilization and newlines to keep these files consistent in
style with the existing tasks.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-osd/tasks/main.yml
roles/ceph-osd/tasks/scenarios/lvm.yml
roles/ceph-osd/tasks/start_osds.yml

index 56d4c7d201ca368a5b8575cbacf8350e8d5aabc8..2dc9d5e84ca79c024eed15e97515793aed0eaac8 100644 (file)
@@ -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
index 7d439aa33b89540ad18b2555b604680795c38b30..daa457c7caca2ca34031662f780efccb23bbb0cd 100644 (file)
@@ -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 }}"
index 207902d8f4fc0965577ebdc662a439f36c384034..4b2e1fcadebd27ed206b1385eecdf393ceacb24a 100644 (file)
@@ -1,5 +1,4 @@
 ---
-
 - include: osd_fragment.yml
   when: crush_location