Re: gjournal panic



On 11/01/06 12:57, Pawel Jakub Dawidek wrote:
On Wed, Nov 01, 2006 at 06:15:49PM +0000, Ceri Davies wrote:
The file at http://people.freebsd.org/~ceri/journal.gz, when gunzip'd,
will panic a system with options GEOM_JOURNAL and UFS_GJOURNAL upon
running "mdconfig -a -f journal". The geom_label module is also loaded,
but it's otherwise GENERIC.

This file was created like so:

truncate -s 2g journal
mdconfig -a -f journal
<configured as md1>
newfs -J /dev/md1
mount /dev/md1 /mnt
umount /mnt
gjournal label -f /dev/md1
<panic at this point>

I'm not at this system's console and I don't have dumps configured, so
have only this information, but I will be at the console tomorrow if it
helps.

I fixed md(4). It was panicing when unknown I/O request was received
(eg. BIO_FLUSH, but also BIO_DELETE).



Sheesh Pawel, what took you so long? :)

Eric


--
------------------------------------------------------------------------
Eric Anderson Sr. Systems Administrator Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Swapping over ggate?
    ... On Wednesday 19 May 2004 05:02 pm, Pawel Jakub Dawidek wrote: ... > I'm not sure if you don't find some more, game you are playing is quite ... reason I can't break into DDB from the console. ...
    (freebsd-current)
  • RE: ggate and mmap, possible problem?
    ... Pawel Jakub Dawidek wrote: ... > it prints anything new on console? ... No additional output at all on the client. ... To unsubscribe, ...
    (freebsd-current)
  • Re: gjournal panic
    ... umount /mnt ... gjournal label -f /dev/md1 ... I'm not at this system's console and I don't have dumps configured, ... It was panicing when unknown I/O request was received ...
    (freebsd-current)
  • gjournal panic
    ... umount /mnt ... gjournal label -f /dev/md1 ... I'm not at this system's console and I don't have dumps configured, ...
    (freebsd-current)