From: Alexis Lahouze Date: Tue, 8 Jul 2014 08:15:38 +0000 (+0200) Subject: Rolled back comment on filesystem creation. X-Git-Tag: v1.0.0~347^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7eeb895d3d86c1adcf9fd8de12205f4a987bec0b;p=ceph-ansible.git Rolled back comment on filesystem creation. --- diff --git a/roles/osd/tasks/journal_collocation.yml b/roles/osd/tasks/journal_collocation.yml index 566e15187..935abd9f7 100644 --- a/roles/osd/tasks/journal_collocation.yml +++ b/roles/osd/tasks/journal_collocation.yml @@ -38,7 +38,7 @@ # Prepare means # - create GPT partition for a disk, or a loop label for a partition # - mark the partition with the ceph type uuid -# - create a XFS file system +# - create a file system # - mark the fs as ready for ceph consumption # - entire data disk is used (one big partition) # - a new partition is added to the journal disk (so it can be easily shared) diff --git a/roles/osd/tasks/raw_journal.yml b/roles/osd/tasks/raw_journal.yml index 099715eb5..09640de55 100644 --- a/roles/osd/tasks/raw_journal.yml +++ b/roles/osd/tasks/raw_journal.yml @@ -38,7 +38,7 @@ # Prepare means # - create GPT partition for a disk, or a loop label for a partition # - mark the partition with the ceph type uuid -# - create a XFS file system +# - create a file system # - mark the fs as ready for ceph consumption # - entire data disk is used (one big partition) # - a new partition is added to the journal disk (so it can be easily shared) diff --git a/roles/osd/tasks/raw_multi_journal.yml b/roles/osd/tasks/raw_multi_journal.yml index 64744180e..2eb3e1c4f 100644 --- a/roles/osd/tasks/raw_multi_journal.yml +++ b/roles/osd/tasks/raw_multi_journal.yml @@ -38,7 +38,7 @@ # Prepare means # - create GPT partition for a disk, or a loop label for a partition # - mark the partition with the ceph type uuid -# - create a XFS file system +# - create a file system # - mark the fs as ready for ceph consumption # - entire data disk is used (one big partition) # - a new partition is added to the journal disk (so it can be easily shared)