mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-14 09:40:47 +00:00
btrfs-progs: doc scrub, sort subcommands alphabetically
Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
33623a95c9
commit
037532d05c
@ -16,6 +16,24 @@ from all disks and verifying checksums.
|
|||||||
|
|
||||||
SUBCOMMAND
|
SUBCOMMAND
|
||||||
----------
|
----------
|
||||||
|
*cancel* <path>|<device>::
|
||||||
|
If a scrub is running on the filesystem identified by <path>, cancel it.
|
||||||
|
+
|
||||||
|
Progress is saved in the scrub progress file and scrubbing can be resumed later
|
||||||
|
using the scrub resume command.
|
||||||
|
If a <device> is given, the corresponding filesystem is found and
|
||||||
|
scrub cancel behaves as if it was called on that filesystem.
|
||||||
|
|
||||||
|
*resume* [-BdqrR] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device>::
|
||||||
|
Resume a canceled or interrupted scrub cycle on the filesystem identified by
|
||||||
|
<path> or on a given <device>.
|
||||||
|
+
|
||||||
|
Does not start a new scrub if the last scrub finished successfully.
|
||||||
|
+
|
||||||
|
`Options`
|
||||||
|
+
|
||||||
|
see *scrub start*.
|
||||||
|
|
||||||
*start* [-BdqrRf] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device>::
|
*start* [-BdqrRf] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device>::
|
||||||
Start a scrub on all devices of the filesystem identified by <path> or on
|
Start a scrub on all devices of the filesystem identified by <path> or on
|
||||||
a single <device>. If a scrub is already running, the new one fails.
|
a single <device>. If a scrub is already running, the new one fails.
|
||||||
@ -50,24 +68,6 @@ Set IO priority classdata (see `ionice`(1) manpage).
|
|||||||
Force starting new scrub even if a scrub is already running.
|
Force starting new scrub even if a scrub is already running.
|
||||||
This is useful when scrub stat record file is damaged.
|
This is useful when scrub stat record file is damaged.
|
||||||
|
|
||||||
*cancel* <path>|<device>::
|
|
||||||
If a scrub is running on the filesystem identified by <path>, cancel it.
|
|
||||||
+
|
|
||||||
Progress is saved in the scrub progress file and scrubbing can be resumed later
|
|
||||||
using the scrub resume command.
|
|
||||||
If a <device> is given, the corresponding filesystem is found and
|
|
||||||
scrub cancel behaves as if it was called on that filesystem.
|
|
||||||
|
|
||||||
*resume* [-BdqrR] [-c <ioprio_class> -n <ioprio_classdata>] <path>|<device>::
|
|
||||||
Resume a canceled or interrupted scrub cycle on the filesystem identified by
|
|
||||||
<path> or on a given <device>.
|
|
||||||
+
|
|
||||||
Does not start a new scrub if the last scrub finished successfully.
|
|
||||||
+
|
|
||||||
`Options`
|
|
||||||
+
|
|
||||||
see *scrub start*.
|
|
||||||
|
|
||||||
*status* [-d] <path>|<device>::
|
*status* [-d] <path>|<device>::
|
||||||
Show status of a running scrub for the filesystem identified by <path> or
|
Show status of a running scrub for the filesystem identified by <path> or
|
||||||
for the specified <device>.
|
for the specified <device>.
|
||||||
|
Loading…
Reference in New Issue
Block a user