summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-replace.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/btrfs-replace.asciidoc')
-rw-r--r--Documentation/btrfs-replace.asciidoc6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/btrfs-replace.asciidoc b/Documentation/btrfs-replace.asciidoc
index 5a14a40a..a259f96d 100644
--- a/Documentation/btrfs-replace.asciidoc
+++ b/Documentation/btrfs-replace.asciidoc
@@ -33,6 +33,10 @@ 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: 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`
+
-r::::
@@ -57,7 +61,7 @@ Print status and progress information of a running device replace operation.
+
-1::::
print once instead of print continuously until the replace
-operation finishes (or is canceled)
+operation finishes (or is cancelled)
EXIT STATUS
-----------