Signed-off-by: Alexander Fougner <fougner89@xxxxxxxxx> --- Documentation/btrfs-replace.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/btrfs-replace.asciidoc b/Documentation/btrfs-replace.asciidoc index 5a14a40..61ab306 100644 --- a/Documentation/btrfs-replace.asciidoc +++ b/Documentation/btrfs-replace.asciidoc @@ -32,6 +32,9 @@ of the filesystem which is mounted at <path>, otherwise is is the path to the source device. If the source device is disconnected, from the system, you have to use the devid parameter format. The <targetdev> needs to be same size or larger than the <srcdev>. +Note that the filesystem has to be resized to fully take advantage of a +larger target device, this can be achieved with +`btrfs filesystem resize <devid>:max /path`. + `Options` + -- 2.7.2 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
