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)