diff mbox

btrfs-progs: man mkfs: warn about RAID5/6 being experimental

Message ID 20161128185243.15013-1-kilobyte@angband.pl (mailing list archive)
State Accepted
Headers show

Commit Message

Adam Borowski Nov. 28, 2016, 6:52 p.m. UTC
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
---
 Documentation/mkfs.btrfs.asciidoc | 3 +++
 1 file changed, 3 insertions(+)

Comments

David Sterba Dec. 8, 2016, 2:47 p.m. UTC | #1
On Mon, Nov 28, 2016 at 07:52:43PM +0100, Adam Borowski wrote:
> Signed-off-by: Adam Borowski <kilobyte@angband.pl>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/mkfs.btrfs.asciidoc b/Documentation/mkfs.btrfs.asciidoc
index 9b1d45a..c92d730 100644
--- a/Documentation/mkfs.btrfs.asciidoc
+++ b/Documentation/mkfs.btrfs.asciidoc
@@ -164,6 +164,9 @@  root partition created with RAID1/10/5/6 profiles. The mount action can happen
 before all block devices are discovered. The waiting is usually done on the
 initramfs/initrd systems.
 
+As of kernel 4.9, RAID5/6 is still considered experimental and shouldn't be
+employed for production use.
+
 FILESYSTEM FEATURES
 -------------------