From: ST <smntov@gmail.com>
To: Duncan <1i5t5.duncan@cox.net>
Cc: linux-btrfs@vger.kernel.org
Subject: Re: notification about corrupt files from "btrfs scrub" in cron
Date: Thu, 23 Nov 2017 13:47:59 +0200 [thread overview]
Message-ID: <1511437679.14360.14.camel@gmail.com> (raw)
In-Reply-To: <pan$f10dc$17d1769f$63e482de$53d19a75@cox.net>
> > I have following cron job to scrub entire root filesystem (total ca.
> > 7.2TB and 2.3TB of them used) once a week:
> > /bin/btrfs scrub start -r / > /dev/null
> >
> > Such scrubbing takes ca. 2 hours. How should I get notified that a
> > corrupt file was discovered? Does this command return some error code
> > back to cron so it can send an email as usual? Will cron wait 2 hours to
> > get that code?
> >
> > I tried that command once without "> /dev/null" but got no email
> > notification about the results (eventhough the check was OK) - why?
>
> See the btrfs-scrub manpage...
>
> Note that normally btrfs scrub start is asynchronous and should return
> effectively immediately, the only possible errors therefore being for
> example if the given path doesn't point to a btrfs or btrfs-device (which
> would return a status code of 1, scrub couldn't be performed), etc.
>
> Status can be checked via btrfs scrub status, and/or, or you can use the
> btrfs scrub start's -B (don't background) switch, which will cause it to
> wait until the scrub is finished and print a summary report. That should
> allow you to check for a status code of 3, scrub found uncorrectable
> errors, as well.
Thank you for the response! Does it mean that if write:
/bin/btrfs scrub start -r -B /
cron will hang for 2 hours (is it problematic?) and then send me an
email with the summary report (even if everything was OK), and if I
write:
/bin/btrfs scrub start -r -B / > /dev/null
after 2 hours it will send an email, only if there was an error with
whatever error code (1-3)?
Thank you!
next prev parent reply other threads:[~2017-11-23 11:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-22 19:54 notification about corrupt files from "btrfs scrub" in cron ST
2017-11-23 9:41 ` Duncan
2017-11-23 11:47 ` ST [this message]
2017-11-23 12:59 ` Mike Fleetwood
2017-11-23 13:58 ` Marat Khalili
2017-11-24 1:04 ` Duncan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511437679.14360.14.camel@gmail.com \
--to=smntov@gmail.com \
--cc=1i5t5.duncan@cox.net \
--cc=linux-btrfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).