mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-25 04:27:54 +00:00
btrfs-progs: docs: clarify filesystem sync and subvolume cleaning
Qu reported that the 'fi sync' should be clarified regarding the subvolume cleaning. Update the paragraph as sugested by Graham. Link: https://lore.kernel.org/linux-btrfs/20200210090201.29979-1-wqu@suse.com Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
fac618e0eb
commit
015402b847
@ -253,9 +253,9 @@ show sizes in GiB, or GB with --si
|
|||||||
show sizes in TiB, or TB with --si
|
show sizes in TiB, or TB with --si
|
||||||
|
|
||||||
*sync* <path>::
|
*sync* <path>::
|
||||||
Force a sync of the filesystem at 'path'. This is done via a special ioctl and
|
Force a sync of the filesystem at 'path', similar to the `sync`(1) command. In
|
||||||
will also trigger cleaning of deleted subvolumes. Besides that it's equivalent
|
addition, it starts cleaning of deleted subvolumes. To wait for the subvolume
|
||||||
to the `sync`(1) command.
|
deletion to complete use the *btrfs subvolume sync* command.
|
||||||
|
|
||||||
*usage* [options] <path> [<path>...]::
|
*usage* [options] <path> [<path>...]::
|
||||||
Show detailed information about internal filesystem usage. This is supposed to
|
Show detailed information about internal filesystem usage. This is supposed to
|
||||||
@ -383,4 +383,5 @@ further details.
|
|||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
|
`btrfs-subvolume`(8),
|
||||||
`mkfs.btrfs`(8),
|
`mkfs.btrfs`(8),
|
||||||
|
Loading…
Reference in New Issue
Block a user