From: Eric Sandeen <sandeen@redhat.com>
To: Andreas Dilger <adilger@sun.com>
Cc: Jan Kara <jack@suse.cz>, linux-ext4@vger.kernel.org, tytso@mit.edu
Subject: Re: norecovery option for ext3
Date: Fri, 20 Nov 2009 11:56:15 -0600 [thread overview]
Message-ID: <4B06D83F.8040203@redhat.com> (raw)
In-Reply-To: <745F9F90-6F43-4DA1-92B7-0AC09E07981C@sun.com>
Andreas Dilger wrote:
> On 2009-11-20, at 07:46, Eric Sandeen wrote:
>> Jan Kara wrote:
>>> I've tried to test noload/norecovery option of ext3 and I've found
>>> it simply does not work. The filesystem does not even mount.
>
>>> Given that nobody used the option (OK, some googling shows that
>>> somebody tried to use it in *2.4.9* kernel and it didn't work even
>>> there - Stephen Tweedie comments that it's an obsolete option meant
>>> for use during fs development) and seeing how badly corrupted the
>>> filesystem is when you don't replay the journal, I'd just remove the
>>> option. Any opinions?
>>
>> Oh, sigh. Sorry, didn't actually, er, test it, since I was just
>> adding an alias for the option... bleah.
>>
>> I think we should fix it; there are cases when you may want to mount
>> that way, I think - for example, otherwise there is no way at all to
>> mounta block device which is marked readonly...
>
>
> Won't this require implementing "no journal" mode for ext3? Seems like
> a lot of effort, when ext4 does the same thing (i.e. they could just
> mount the filesystem "-t ext4 -o norecovery" if they really, really need
> to do that).
I don't see why it would need nojournal mode; you'd have to:
mount -o ro,norecovery
anyway, and if it's ro the journal should be non-operational anyway right?
(Jan, did you mount -o norecovery or -o ro,norecovery in your tests?)
-Eric
> Cheers, Andreas
> --
> Andreas Dilger
> Sr. Staff Engineer, Lustre Group
> Sun Microsystems of Canada, Inc.
>
next prev parent reply other threads:[~2009-11-20 17:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-20 12:24 norecovery option for ext3 Jan Kara
2009-11-20 15:46 ` Eric Sandeen
2009-11-20 17:41 ` Andreas Dilger
2009-11-20 17:56 ` Eric Sandeen [this message]
2009-11-20 20:54 ` Jan Kara
-- strict thread matches above, loose matches on Subject: below --
2009-11-23 7:26 Alexey Fisher
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=4B06D83F.8040203@redhat.com \
--to=sandeen@redhat.com \
--cc=adilger@sun.com \
--cc=jack@suse.cz \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.