linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* e2fsprogs: Fsck of read-only FS w/ external journal fails after 1.42.5?
@ 2013-05-04 19:53 Calvin Owens
  2013-05-04 23:33 ` Theodore Ts'o
  0 siblings, 1 reply; 3+ messages in thread
From: Calvin Owens @ 2013-05-04 19:53 UTC (permalink / raw)
  To: Theodore Ts'o, Eric Sandeen; +Cc: linux-ext4

Hello all,

Commit a85f8350 (http://goo.gl/aCykm) makes it impossible to fsck an
ext4 filesystem w/ external journal if it is mounted read-only. Certain
distros (Gentoo in my case) expect to be able to do this on the root
filesystem at boot time, and get very upset if they can't.

With journal checks forced now, e2fsck tries to open() the external
journal device, which always fails with -EBUSY if the filesystem is
mounted, read-only or otherwise. Is this the expected behavior? Maybe
the kernel shouldn't be returning an error there? It's been doing so
since at least v3.6.

Clearly this doesn't impact many people, since it's been in the tree for
almost a year now... but I thought I'd mention it.

Thoughts?

Thanks very much,
Calvin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-05  0:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-04 19:53 e2fsprogs: Fsck of read-only FS w/ external journal fails after 1.42.5? Calvin Owens
2013-05-04 23:33 ` Theodore Ts'o
2013-05-05  0:33   ` Calvin Owens

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).