* ReiserFS: clm-2201: last flush, clm-2200: last commit
@ 2005-11-13 3:52 John Madden
2005-11-20 1:23 ` John Madden
0 siblings, 1 reply; 2+ messages in thread
From: John Madden @ 2005-11-13 3:52 UTC (permalink / raw)
To: linux-kernel
Following a crash last night (suspect buggy Dell BIOS, since upgraded), I'm
now seeing thousands of:
ReiserFS: dm-5: warning: clm-2200: last commit 2158066944, current 2158066945
ReiserFS: dm-5: warning: clm-2201: last flush 2158065946, current 2158065947
This is on both 2.6.12.5 (last night) and 2.4.14.1 as of tonight. fsck
reports no corruption and I have no reason other than these warnings to
believe there is any, but this is (obviously) troubling nonetheless. The
relevant code is in fs/reiserfs/journal.c.
For the flush case:
if (journal->j_last_flush_id != 0 &&
(jl->j_trans_id - journal->j_last_flush_id) != 1) {
reiserfs_warning(s, "clm-2201: last flush %lu, current %lu",
journal->j_last_flush_id, jl->j_trans_id);
}
And for the commit case:
if (journal->j_last_commit_id != 0 &&
(jl->j_trans_id - journal->j_last_commit_id) != 1) {
reiserfs_warning(s, "clm-2200: last commit %lu, current %lu",
journal->j_last_commit_id, jl->j_trans_id);
}
The filesystem is mounted notail, no options with the journal. Any hints as
to what's up? Should I expect corruption here?
John
--
# John Madden weez@freelists.org: http://www.nerdarium.com
# FreeLists: Free mailing lists for all: http://www.freelists.org
# Linux, Apache, Perl and C: All the best things in life are free!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ReiserFS: clm-2201: last flush, clm-2200: last commit
2005-11-13 3:52 ReiserFS: clm-2201: last flush, clm-2200: last commit John Madden
@ 2005-11-20 1:23 ` John Madden
0 siblings, 0 replies; 2+ messages in thread
From: John Madden @ 2005-11-20 1:23 UTC (permalink / raw)
To: linux-kernel
On Saturday 12 November 2005 10:52 pm, John Madden wrote:
> ReiserFS: dm-5: warning: clm-2200: last commit 2158066944, current
> 2158066945 ReiserFS: dm-5: warning: clm-2201: last flush 2158065946,
> current 2158065947
>
> This is on both 2.6.12.5 (last night) and 2.4.14.1 as of tonight. fsck
> reports no corruption and I have no reason other than these warnings to
> believe there is any, but this is (obviously) troubling nonetheless. The
> relevant code is in fs/reiserfs/journal.c.
FWIW, I've given up on this and moved the data to another filesystem on the
same box, now with no further errors. I hope at some point someone finds out
what causes what I can only assume to be filesystem trashing -- trashing that
fsck doesn't find.
John
--
# John Madden weez@freelists.org: http://www.nerdarium.com
# FreeLists: Free mailing lists for all: http://www.freelists.org
# Linux, Apache, Perl and C: All the best things in life are free!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-20 1:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-13 3:52 ReiserFS: clm-2201: last flush, clm-2200: last commit John Madden
2005-11-20 1:23 ` John Madden
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®