From 037532d05c45cd6950dd5aa9bdbe8c823694b316 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 3 Jan 2015 02:22:10 +0100 Subject: [PATCH] btrfs-progs: doc scrub, sort subcommands alphabetically Signed-off-by: David Sterba --- Documentation/btrfs-scrub.txt | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Documentation/btrfs-scrub.txt b/Documentation/btrfs-scrub.txt index e9ce1ef..c0fafca 100644 --- a/Documentation/btrfs-scrub.txt +++ b/Documentation/btrfs-scrub.txt @@ -16,6 +16,24 @@ from all disks and verifying checksums. SUBCOMMAND ---------- +*cancel* |:: +If a scrub is running on the filesystem identified by , cancel it. ++ +Progress is saved in the scrub progress file and scrubbing can be resumed later +using the scrub resume command. +If a is given, the corresponding filesystem is found and +scrub cancel behaves as if it was called on that filesystem. + +*resume* [-BdqrR] [-c -n ] |:: +Resume a canceled or interrupted scrub cycle on the filesystem identified by + or on a given . ++ +Does not start a new scrub if the last scrub finished successfully. ++ +`Options` ++ +see *scrub start*. + *start* [-BdqrRf] [-c -n ] |:: Start a scrub on all devices of the filesystem identified by or on a single . 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. This is useful when scrub stat record file is damaged. -*cancel* |:: -If a scrub is running on the filesystem identified by , cancel it. -+ -Progress is saved in the scrub progress file and scrubbing can be resumed later -using the scrub resume command. -If a is given, the corresponding filesystem is found and -scrub cancel behaves as if it was called on that filesystem. - -*resume* [-BdqrR] [-c -n ] |:: -Resume a canceled or interrupted scrub cycle on the filesystem identified by - or on a given . -+ -Does not start a new scrub if the last scrub finished successfully. -+ -`Options` -+ -see *scrub start*. - *status* [-d] |:: Show status of a running scrub for the filesystem identified by or for the specified . -- 2.7.4