From: "Theodore Ts'o" <tytso@mit.edu>
To: Sahitya Tummala <stummala@codeaurora.org>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>, linux-ext4@vger.kernel.org
Subject: Re: fsync_mode mount option for ext4
Date: Tue, 28 May 2019 09:13:56 -0400 [thread overview]
Message-ID: <20190528131356.GB19149@mit.edu> (raw)
In-Reply-To: <20190528034830.GH10043@codeaurora.org>
On Tue, May 28, 2019 at 09:18:30AM +0530, Sahitya Tummala wrote:
>
> Yes, but fsync_mode=nobarrier is little different than
> a general nobarrier option. The fsync_mode=nobarrier is
> only controlling the flush policy for fsync() path, unlike
> the nobarrier mount option which is applicable at all
> places in the filesystem.
What are you really trying to accomplish with fsync_mode=nobarrier?
And when does that distinction have a difference?
What sort of guarantees are you trying to offer, given a particular
hardware and software design?
I gather that fsync_mode=nobarrier means one of two things:
* "screw you, application writer; your data consistency means nothing to me",
OR
* "we have sufficient guarantees --- e.g., UPS/battery protection to
guarantee that even if we lose AC mains, or the user press and holds
the power button for eight seconds, we will give storage devices a
sufficient grace period to write everything to persistent storage. We
also have the appropriate hardware to warn of an impending low-battery
shutdown and software to perform a graceful shutdown in that eventuality."
If it's the latter, then nobarrier works just as well --- even better.
If it's the former, *why* is it considered a good thing to ignore the
requests of userspace? And without any hardware assurances to provide
a backstop against power drop, do you care or not care about file
system consistency?
Why do you want the distinction between fsymc_mode=nobarrier and
nobarrier? When would this distinction be considered a good thing?
- Ted
next prev parent reply other threads:[~2019-05-28 13:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-28 3:22 fsync_mode mount option for ext4 Sahitya Tummala
2019-05-28 3:40 ` Theodore Ts'o
2019-05-28 3:48 ` Sahitya Tummala
2019-05-28 13:13 ` Theodore Ts'o [this message]
2019-05-29 4:07 ` Sahitya Tummala
2019-05-29 5:23 ` Theodore Ts'o
2019-05-29 6:56 ` Christoph Hellwig
2019-05-29 10:48 ` Sahitya Tummala
2019-05-29 15:13 ` Theodore Ts'o
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=20190528131356.GB19149@mit.edu \
--to=tytso@mit.edu \
--cc=adilger.kernel@dilger.ca \
--cc=linux-ext4@vger.kernel.org \
--cc=stummala@codeaurora.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).