mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-29 00:42:45 +00:00
btrfs-progs: docs: adjust wording for subvol delete
Slightly update the text about deletion after the discussion on IRC. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
dbcbcd3bca
commit
55110d520b
@ -66,10 +66,13 @@ If <subvolume> is not a subvolume, btrfs returns an error but continues if
|
|||||||
there are more arguments to process.
|
there are more arguments to process.
|
||||||
+
|
+
|
||||||
The corresponding directory is removed instantly but the data blocks are
|
The corresponding directory is removed instantly but the data blocks are
|
||||||
removed later. The deletion does not involve full commit by default due to
|
removed later in the background. The command returns immediatelly. See `btrfs
|
||||||
performance reasons (as a consequence, the subvolume may appear again after a
|
subvolume sync` how to wait until the subvolume gets completely removed.
|
||||||
crash). Use one of the '--commit' options to wait until the operation is safely
|
+
|
||||||
stored on the media.
|
The deletion does not involve full transaction commit by default due to
|
||||||
|
performance reasons. As a consequence, the subvolume may appear again after a
|
||||||
|
crash. Use one of the '--commit' options to wait until the operation is
|
||||||
|
safely stored on the device.
|
||||||
+
|
+
|
||||||
`Options`
|
`Options`
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user