summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVytas Dauksa <vytas.dauksa@smoothwall.net>2016-03-02 16:00:28 +0000
committerDavid Sterba <dsterba@suse.com>2016-03-14 13:42:47 +0100
commit1e8246a0582bfbe34045a6dc665396f327b82d1f (patch)
tree0cb9894c925299a098c11d5be5ee3800a0020e31 /Documentation
parent5a3cbe16db04dead49210e6170f6a2a526aa1ad7 (diff)
btrfs-progs: convert: document -O|--features flag
Copy-pasted description found at mkfs.btrfs. I did not bother with feature list as it seemed to be incomplete. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfs-convert.asciidoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/btrfs-convert.asciidoc b/Documentation/btrfs-convert.asciidoc
index ca3417f4..3ec7d551 100644
--- a/Documentation/btrfs-convert.asciidoc
+++ b/Documentation/btrfs-convert.asciidoc
@@ -83,6 +83,13 @@ rollback to the original ext2/3/4 filesystem if possible
set filesystem label during conversion
-L|--copy-label::
use label from the converted filesystem
+-O|--features <feature1>[,<feature2>...]::
+A list of filesystem features turned on at btrfs-convert time. Not all features
+are supported by old kernels. To disable a feature, prefix it with '^'.
++
+To see all available features that btrfs-convert supports run:
++
++btrfs-convert -O list-all+
-p|--progress::
show progress of conversion, on by default
--no-progress::