From 3e74f153a08abbb00bb15e0f7afc0dfb6f5d3efa Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Tue, 8 Jul 2014 10:20:18 +0200 Subject: [PATCH] Fixed Engrish grammar. --- roles/osd/tasks/journal_collocation.yml | 4 ++-- roles/osd/tasks/raw_journal.yml | 4 ++-- roles/osd/tasks/raw_multi_journal.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.39.5