[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240109060629.GA722946@frogsfrogsfrogs>
Date: Mon, 8 Jan 2024 22:06:29 -0800
From: "Darrick J. Wong" <djwong@...nel.org>
To: "Brian J. Murrell" <brian@...erlinx.bc.ca>
Cc: linux-ext4@...r.kernel.org
Subject: Re: e2scrub finds corruption immediately after mounting
On Mon, Jan 08, 2024 at 07:52:33AM -0500, Brian J. Murrell wrote:
> On Thu, 2024-01-04 at 09:13 -0500, Brian J. Murrell wrote:
> > On Wed, 2024-01-03 at 20:55 -0800, Darrick J. Wong wrote:
> > > Curious. Normally e2scrub will run e2fsck twice: Once in journal-
> > > only
> > > preen mode to replay the journal, then again with -fy to perform
> > > the
> > > full filesystem (snapshot) check.
> >
> > It is doing that. I suspect the first e2fsck is silent.
> >
> > > I wonder if you would paste the output of
> > > "bash -x e2scrub /dev/rootvol_tmp/almalinux8_opt" here? I'd be
> > > curious
> > > to see what the command flow is.
> >
> > Sure.
>
> Was the bash -x output useful in any way, or was any of the information
> I supplied in my other replies on this list:
>
> https://lore.kernel.org/linux-ext4/51aa3ceea05945c9f28e884bc2f43a249ef7e23e.camel@interlinx.bc.ca/
> https://lore.kernel.org/linux-ext4/be5e8488f8484194889216603d2aba2812c6adcb.camel@interlinx.bc.ca/
>
> useful including the test of 1.47.0 being able to reproduce the
> behaviour?
It was good and bad -- good in that it eliminated all of my hypotheses
about what could be causing it; and bad in that now I have no idea.
*Something* is causing the e2fsck exit code to be nonzero, but there's
nothing identifying what did that in the stdout/stderr dump.
> Any thoughts on how to proceed?
If you're willing to share a metadata dump of the filesystem, injecting:
e2image -Q "${snap_dev}" /tmp/disk.qcow2
right before the second e2fsck invocation in check() might help us get a
reproducer going. Please compress the qcow2 file before uploading it
somewhere.
--D
> Cheers,
> b.
>
Powered by blists - more mailing lists