From: Alexis Lahouze Date: Tue, 8 Jul 2014 08:20:18 +0000 (+0200) Subject: Fixed Engrish grammar. X-Git-Tag: v1.0.0~347^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F89%2Fhead;p=ceph-ansible.git Fixed Engrish grammar. --- diff --git a/roles/osd/tasks/journal_collocation.yml b/roles/osd/tasks/journal_collocation.yml index 935abd9f7..363c06d06 100644 --- a/roles/osd/tasks/journal_collocation.yml +++ b/roles/osd/tasks/journal_collocation.yml @@ -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 diff --git a/roles/osd/tasks/raw_journal.yml b/roles/osd/tasks/raw_journal.yml index 09640de55..ad8646cf6 100644 --- a/roles/osd/tasks/raw_journal.yml +++ b/roles/osd/tasks/raw_journal.yml @@ -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 diff --git a/roles/osd/tasks/raw_multi_journal.yml b/roles/osd/tasks/raw_multi_journal.yml index 2eb3e1c4f..c4fad21a6 100644 --- a/roles/osd/tasks/raw_multi_journal.yml +++ b/roles/osd/tasks/raw_multi_journal.yml @@ -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