mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
btrfs-progs: docs: fix RST mkfs.btrfs table formatting
Cell spanning is not supported for manual page target, so add separate columns for the redundancy numbers. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
8b928ca5fb
commit
c1046aeda7
@ -335,29 +335,29 @@ PROFILES
|
||||
|
||||
There are the following block group types available:
|
||||
|
||||
+----------+--------------------------------------+-------------------+--------------------+
|
||||
| Profiles | Redundancy | Space utilization | Min/max devices |
|
||||
+ +---------------+---------+------------+ | |
|
||||
| | Copies | Parity | Striping | | |
|
||||
+==========+===============+=========+============+===================+====================+
|
||||
| single | 1 | | | 100% | 1/any |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| DUP | 2 / 1 device | | | 50% | 1/any (see note 1) |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID0 | 1 | | 1 to N | 100% | 1/any (see note 5) |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID1 | 2 | | | 50% | 2/any |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID1C3 | 3 | | | 33% | 3/any |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID1C4 | 4 | | | 25% | 4/any |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID10 | 2 | | 1 to N | 50% | 2/any (see note 5) |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID5 | 1 | 1 | 2 to N-1 | (N-1)/N | 2/any (see note 2) |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
| RAID6 | 1 | 2 | 3 to N-2 | (N-2)/N | 3/any (see note 3) |
|
||||
+----------+---------------+---------+------------+-------------------+--------------------+
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| Profiles | Redundancy | Redundancy | Redundancy | Space utilization | Min/max devices |
|
||||
| | | | | | |
|
||||
| | Copies | Parity | Striping | | |
|
||||
+==========+===============+============+============+===================+====================+
|
||||
| single | 1 | | | 100% | 1/any |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| DUP | 2 / 1 device | | | 50% | 1/any (see note 1) |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID0 | 1 | | 1 to N | 100% | 1/any (see note 5) |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID1 | 2 | | | 50% | 2/any |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID1C3 | 3 | | | 33% | 3/any |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID1C4 | 4 | | | 25% | 4/any |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID10 | 2 | | 1 to N | 50% | 2/any (see note 5) |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID5 | 1 | 1 | 2 to N-1 | (N-1)/N | 2/any (see note 2) |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
| RAID6 | 1 | 2 | 3 to N-2 | (N-2)/N | 3/any (see note 3) |
|
||||
+----------+---------------+------------+------------+-------------------+--------------------+
|
||||
|
||||
.. warning::
|
||||
It's not recommended to create filesystems with RAID0/1/10/5/6
|
||||
|
Loading…
Reference in New Issue
Block a user