From: Theodore Tso <tytso@mit.edu>
To: Meelis Roos <mroos@linux.ee>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: Re: ext3 __log_wait_for_space: no transactions
Date: Fri, 31 Oct 2008 10:07:42 -0400 [thread overview]
Message-ID: <20081031140742.GA17651@mit.edu> (raw)
In-Reply-To: <Pine.SOC.4.64.0810302133040.6084@math.ut.ee>
On Thu, Oct 30, 2008 at 10:43:25PM +0200, Meelis Roos wrote:
> > > __log_wait_for_space: no transactions
> > > Aborting journal on device sda3.
> > > ext3_abort called.
> > > EXT3-fs error (device sda3): ext3_journal_start_sb: Detected aborted journal
> > > Remounting filesystem read-only
> >
> > How big is your journal? What does this report?
> >
> > dumpe2fs -h /dev/sda3| grep Journal
>
> dumpe2fs 1.41.3 (12-Oct-2008)
> Journal inode: 8
> Journal backup: inode blocks
> Journal size: 32M
You'll almost certainly get much better performance if you increase
your journal size. I should make the crash go away, too, although I
would like to figure out what is going on so we can fix it.
But, if you're tired of your machine crashing, it should be possible
to deal with the problem by umounting the filesystem (assuming this is
not your root filesystem; if it is, you'll have to boot into a rescue
CD) and doing:
tune2fs -O ^has_journal /dev/sda3
tune2fs -O has_journal -J size=128 /dev/sda3
In the meantime, you say this happens nightly. Can you take a look at
the time when it normally crashes and see if you can correlate it to
some cron job activity? Maybe that will be a hint as to what is
triggering it.
Thanks,
- Ted
next prev parent reply other threads:[~2008-10-31 14:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-30 9:49 ext3 __log_wait_for_space: no transactions Meelis Roos
2008-10-30 14:21 ` Theodore Tso
2008-10-30 20:43 ` Meelis Roos
2008-10-31 14:07 ` Theodore Tso [this message]
2008-10-31 14:45 ` Meelis Roos
2008-10-31 13:39 ` Meelis Roos
2008-11-01 6:54 ` Andrew Morton
2008-11-01 8:56 ` Simon Arlott
2008-11-01 8:59 ` Meelis Roos
2008-11-01 16:38 ` Theodore Tso
2008-11-01 17:10 ` Theodore Tso
2008-11-01 20:21 ` Bartlomiej Zolnierkiewicz
2008-11-04 14:50 ` Theodore Tso
2008-11-04 14:54 ` Meelis Roos
2008-11-04 17:48 ` Bartlomiej Zolnierkiewicz
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=20081031140742.GA17651@mit.edu \
--to=tytso@mit.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=mroos@linux.ee \
/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