btrfs-progs: docs: update note about device deletion
authorDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2017 13:08:50 +0000 (15:08 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Jun 2017 15:09:34 +0000 (17:09 +0200)
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>
Documentation/btrfs-device.asciidoc

index b7f27c4..c555be7 100644 (file)
@@ -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