From: David Sterba Date: Tue, 24 Nov 2015 17:14:39 +0000 (+0100) Subject: btrfs-progs: docs: update raid table in mkfs manpage X-Git-Tag: upstream/4.16.1~1851 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73a015578a5f51993645f87ba660372a0ec56997;p=platform%2Fupstream%2Fbtrfs-progs.git btrfs-progs: docs: update raid table in mkfs manpage * split copies to copies and parity and add a common header for all the raid options * add missing RAID1 * n/a were dropped Based on feedback from Duncan <1i5t5.duncan@cox.net>. Signed-off-by: David Sterba --- diff --git a/Documentation/mkfs.btrfs.asciidoc b/Documentation/mkfs.btrfs.asciidoc index 12d8840..c9ba314 100644 --- a/Documentation/mkfs.btrfs.asciidoc +++ b/Documentation/mkfs.btrfs.asciidoc @@ -248,17 +248,23 @@ PROFILES There are the following block group types available: -[ width="60%",options="header" ] +[ cols="^,^,^,^,^",width="60%" ] |============================================================= -| Profile | Redundancy | Striping | Min/max devices -| single | 1 copy | n/a | 1/any -| DUP | 2 copies / 1 device | n/a | 1/1 -| RAID0 | n/a | 1 to N | 2/any -| RAID10 | 2 copies | 1 to N | 4/any -| RAID5 | 2 copies | 3 to N - 1 | 2/any -| RAID6 | 3 copies | 3 to N - 2 | 3/any +.2+^.