From: Bart Van Assche <Bart.VanAssche@wdc.com>
To: "shli@kernel.org" <shli@kernel.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"jthumshirn@suse.de" <jthumshirn@suse.de>,
"linux-raid@vger.kernel.org" <linux-raid@vger.kernel.org>,
"hch@lst.de" <hch@lst.de>,
"martin.petersen@oracle.com" <martin.petersen@oracle.com>,
"axboe@kernel.dk" <axboe@kernel.dk>,
"ming.lei@redhat.com" <ming.lei@redhat.com>,
"linux-scsi@vger.kernel.org" <linux-scsi@vger.kernel.org>,
"oleksandr@natalenko.name" <oleksandr@natalenko.name>,
"hare@suse.com" <hare@suse.com>
Subject: Re: [PATCH v8 03/10] md: Neither resync nor reshape while the system is frozen
Date: Tue, 10 Oct 2017 23:33:06 +0000 [thread overview]
Message-ID: <1507678384.2815.80.camel@wdc.com> (raw)
In-Reply-To: <20171010223025.tda3lx64rdmugm54@kernel.org>
On Tue, 2017-10-10 at 15:30 -0700, Shaohua Li wrote:
> On Tue, Oct 10, 2017 at 02:03:39PM -0700, Bart Van Assche wrote:
> > Some people use the md driver on laptops and use the suspend and
> > resume functionality. Since it is essential that submitting of
> > new I/O requests stops before a hibernation image is created,
> > interrupt the md resync and reshape actions if the system is
> > being frozen. Note: the resync and reshape will restart after
> > the system is resumed and a message similar to the following
> > will appear in the system log:
> >
> > md: md0: data-check interrupted.
>
> Where do we restart resync and reshape?
Hello Shaohua,
My understanding of the md driver is as follows:
- Before any write occurs, md_write_start() is called. That function clears
mddev->safemode and checks mddev->in_sync. If that variable is set, it is
cleared and md_write_start() wakes up mddev->thread and waits until the
superblock has been written to disk.
- All mddev->thread implementations call md_check_recovery(). That function
updates the superblock by calling md_update_sb() if needed.
md_check_recovery() also starts a resync thread if the array is not in
sync. See also the comment block above md_check_recovery().
- md_do_sync() performs the resync. If it completes successfully the
"in_sync" state is set (set_in_sync()). If it is interrupted the "in_sync"
state is not modified.
- super_90_sync() sets the MD_SB_CLEAN flag in the on-disk superblock if the
"in_sync" flag is set.
In other words: if the array is in sync the MD_SB_CLEAN flag is set in the
on-disk superblock. If a resync is needed that flag is not set. The
MD_SB_CLEAN flag is checked when the superblock is loaded. If that flag is
not set a resync is started.
Bart.
next prev parent reply other threads:[~2017-10-10 23:33 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20171010210346.14574-1-bart.vanassche@wdc.com>
2017-10-10 21:03 ` [PATCH v8 01/10] md: Rename md_notifier into md_reboot_notifier Bart Van Assche
2017-10-10 21:03 ` [PATCH v8 02/10] md: Introduce md_stop_all_writes() Bart Van Assche
2017-10-10 21:03 ` [PATCH v8 03/10] md: Neither resync nor reshape while the system is frozen Bart Van Assche
2017-10-10 22:30 ` Shaohua Li
2017-10-10 23:33 ` Bart Van Assche [this message]
2017-10-11 1:48 ` Shaohua Li
2017-10-11 17:17 ` Bart Van Assche
2017-10-11 19:32 ` Shaohua Li
2017-10-12 16:59 ` Bart Van Assche
2017-10-12 17:45 ` Shaohua Li
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=1507678384.2815.80.camel@wdc.com \
--to=bart.vanassche@wdc.com \
--cc=axboe@kernel.dk \
--cc=hare@suse.com \
--cc=hch@lst.de \
--cc=jthumshirn@suse.de \
--cc=linux-block@vger.kernel.org \
--cc=linux-raid@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=ming.lei@redhat.com \
--cc=oleksandr@natalenko.name \
--cc=shli@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).