]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixed Engrish grammar. 89/head
authorAlexis Lahouze <xals@lahouze.org>
Tue, 8 Jul 2014 08:20:18 +0000 (10:20 +0200)
committerAlexis Lahouze <xals@lahouze.org>
Tue, 8 Jul 2014 08:20:18 +0000 (10:20 +0200)
roles/osd/tasks/journal_collocation.yml
roles/osd/tasks/raw_journal.yml
roles/osd/tasks/raw_multi_journal.yml

index 935abd9f7d9caa82f43d0130d30b9c9c93d4d070..363c06d06bae89f405e1652da81d8634d84ab184 100644 (file)
@@ -21,7 +21,7 @@
 # I believe it's safer
 #
 
-- name: Check if device is a partition or a disk
+- name: Check if the device is a partition or a disk
   shell: echo '{{ item }}' | egrep '/dev/[a-z]{3}[0-9]$'
   ignore_errors: true
   with_items: devices
@@ -67,7 +67,7 @@
 # - start ceph-osd
 #
 
-# This task if for disk device only because of the explicit use of the first
+# This task is for disk devices only because of the explicit use of the first
 # partition.
 
 - name: Activate OSD(s) when device is a disk
index 09640de5583c1ab1876a0912f28dc89faf6510bb..ad8646cf64e5e3db2f01f9b5615ad0116ef64d57 100644 (file)
@@ -21,7 +21,7 @@
 # I believe it's safer
 #
 
-- name: Check if device is a partition or a disk
+- name: Check if the device is a partition or a disk
   shell: echo '{{ item }}' | egrep '/dev/[a-z]{3}[0-9]$'
   ignore_errors: true
   with_items: devices
@@ -67,7 +67,7 @@
 # - start ceph-osd
 #
 
-# This task if for disk device only because of the explicit use of the first
+# This task is for disk devices only because of the explicit use of the first
 # partition.
 
 - name: Activate OSD(s) when device is a disk
index 2eb3e1c4f49d4c092619d18318319d61b441ce76..c4fad21a648beee44346eccb3abeaa66e8fb7087 100644 (file)
@@ -21,7 +21,7 @@
 # I believe it's safer
 #
 
-- name: Check if device is a partition or a disk
+- name: Check if the device is a partition or a disk
   shell: echo '{{ item }}' | egrep '/dev/[a-z]{3}[0-9]$'
   ignore_errors: true
   with_items: devices
@@ -68,7 +68,7 @@
 # - start ceph-osd
 #
 
-# This task if for disk device only because of the explicit use of the first
+# This task is for disk devices only because of the explicit use of the first
 # partition.
 
 - name: Activate OSD(s) when device is a disk