summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorHans van Kranenburg <hans.van.kranenburg@mendix.com>2017-04-16 19:20:02 +0200
committerDavid Sterba <dsterba@suse.com>2017-04-19 18:07:03 +0200
commit89093e6fd17dce4e74ccffb54504bb4278c77aaa (patch)
treef0c2a29c4ef7156409b34f21aa973d0d05160a10 /Documentation
parentb87114692e07a0238fc95ab97f3ffb5a351d3188 (diff)
btrfs-progs: docs: Fix newlines for man btrfstune
A bunch of newlines were missing, which resulted in only -S and -r to show as option after xmlto is used to convert the documentation to a man page. The rest of the options would end up being appended to the explanation of -r. Signed-off-by: Hans van Kranenburg <hans.van.kranenburg@mendix.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/btrfstune.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/btrfstune.asciidoc b/Documentation/btrfstune.asciidoc
index 04295ee3..bf4f495a 100644
--- a/Documentation/btrfstune.asciidoc
+++ b/Documentation/btrfstune.asciidoc
@@ -29,11 +29,13 @@ OPTIONS
Enable seeding on a given device. Value 1 will enable seeding, 0 will disable it. +
A seeding filesystem is forced to be mounted read-only. A new device can be added
to the filesystem and will capture all writes keeping the seeding device intact.
+
-r::
(since kernel: 3.7)
+
Enable extended inode refs (hardlink limit per file in a directory is 65536),
enabled by mkfs feature 'extref'.
+
-x::
(since kernel: 3.10)
+
@@ -43,17 +45,21 @@ enabled by mkfs feature 'skinny-metadata'.
All newly created extents will use the new representation. To completely switch
the entire filesystem, run a full balance of the metadata. Please refer to
`btrfs-balance`(8).
+
-n::
(since kernel: 3.14)
+
Enable no-holes feature (more efficient representation of file holes), enabled
by mkfs feature 'no-holes'.
+
-f::
Allow dangerous changes, e.g. clear the seeding flag or change fsid. Make sure
that you are aware of the dangers.
+
-u::
Change fsid to a randomly generated UUID or continue previous fsid change
operation in case it was interrupted.
+
-U <UUID>::
Change fsid to 'UUID'.
+