aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorForza <68693597+Forza-tng@users.noreply.github.com>2022-05-19 22:11:39 +0200
committerDavid Sterba <dsterba@suse.com>2022-05-20 19:31:02 +0200
commitf7af4dc04a33edf23a32f39949fb8b081151fd0a (patch)
tree2470965ba04afffeaba45b09d66b72cd14487f30 /Documentation
parent10a7c0eda57a0ab8be1337084bc926610a4d0224 (diff)
downloadbtrfs-progs-f7af4dc04a33edf23a32f39949fb8b081151fd0a.tar.gz
btrfs-progs: docs: clarification on mixed profile
It is not possible to use mixed profile together with other profiles. The current wording is not clear about this, so let's add a clarification note. Author: Forza Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/mkfs.btrfs.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/mkfs.btrfs.rst b/Documentation/mkfs.btrfs.rst
index df3b5d80..0749ef0d 100644
--- a/Documentation/mkfs.btrfs.rst
+++ b/Documentation/mkfs.btrfs.rst
@@ -93,6 +93,10 @@ OPTIONS
Versions up to 4.2.x forced the mixed mode for devices smaller than 1GiB.
This has been removed in 4.3+ as it caused some usability issues.
+ Mixed profile cannot be used together with other profiles. It can only
+ be set at creation time. Conversion to or from mixed profile is not
+ implemented.
+
-l|--leafsize <size>
Alias for *--nodesize*. Deprecated.