summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-06-19 15:08:50 +0200
committerDavid Sterba <dsterba@suse.com>2017-06-26 17:09:34 +0200
commit929a9b188c5d2e544b780c21540cb17daf484f25 (patch)
tree074a74c3998c5ac3e436715d86c8f3010fe3d1a3
parent90f7db78a3b7ac1e330fd18fb221e5913fb46f0d (diff)
btrfs-progs: docs: update note about device deletion
User Kasijjuf points out the VFS initialism is not explained anywhere. While this could be fixed, the whole note about inability to delete the device by which the filesystem has been mounted, is wrong. Issue: #49 Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Documentation/btrfs-device.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/btrfs-device.asciidoc b/Documentation/btrfs-device.asciidoc
index b7f27c44..c555be78 100644
--- a/Documentation/btrfs-device.asciidoc
+++ b/Documentation/btrfs-device.asciidoc
@@ -72,8 +72,9 @@ using the RAID1 profile. See the example section below.
+
The operation can take long as it needs to move all data from the device.
+
-NOTE: It is not possible to delete the device that was used to mount the
-filesystem. This is a limitation given by the VFS.
+It is possible to delete the device that was used to mount the filesystem. The
+device entry in mount table will be replaced by another device name with the
+lowest device id.
*delete* <dev>|<devid> [<dev>|<devid>...] <path>::
Alias of remove kept for backward compatibility