From: Goffredo Baroncelli <kreijack@xxxxxxxxx> Update the man page of the btrfs property subcommand to show the use of the device property "preferred_metadata". Signed-off-by: Goffredo Baroncelli <kreijack@xxxxxxxxx> --- Documentation/btrfs-property.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/btrfs-property.asciidoc b/Documentation/btrfs-property.asciidoc index 47960833..e1396bd2 100644 --- a/Documentation/btrfs-property.asciidoc +++ b/Documentation/btrfs-property.asciidoc @@ -48,6 +48,9 @@ device as object. For a mounted filesystem, specify a mount point. compression:::: compression algorithm set for an inode, possible values: 'lzo', 'zlib', 'zstd'. To disable compression use "" (empty string), 'no' or 'none'. +preferred_metadata:::: +flag that designate a device as reserved only for metadata/system chunks. +Possible values: 0 or 1. *list* [-t <type>] <object>:: Lists available properties with their descriptions for the given object. -- 2.27.0.rc2
