]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: ext4 has a journal 3839/head
authorLoic Dachary <ldachary@redhat.com>
Mon, 2 Mar 2015 11:09:13 +0000 (12:09 +0100)
committerLoic Dachary <ldachary@redhat.com>
Mon, 2 Mar 2015 11:09:13 +0000 (12:09 +0100)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
doc/rados/configuration/filesystem-recommendations.rst

index fa6057280653c7b67ea1d790a7ee9b29a2d88e85..b5a938f66d63c3784bbf201024cbced5b089b542 100644 (file)
@@ -55,9 +55,10 @@ it for ``btrfs`` and ``XFS``.::
 Filesystem Background Info
 ==========================
 
-The ``XFS`` and ``btrfs`` file systems provide numerous advantages in highly 
-scaled data storage environments when `compared`_ to ``ext3`` and ``ext4``.
-Both ``XFS`` and ``btrfs`` are `journaling file systems`_, which means that
+The ``XFS``, ``btrfs`` and ``ext4`` file systems provide numerous advantages in highly 
+scaled data storage environments when `compared`_ to ``ext3``.
+
+``XFS``, ``btrfs`` and ``ext4`` are `journaling file systems`_, which means that
 they are more robust when recovering from crashes, power outages, etc. These
 filesystems journal all of the changes they will make before performing writes.