DragonFly BSD
 

Issue1083

Title dfly-2.0.0-REL: panic: hammer: insufficient undo FIFO space!
Priority Status chatting
Superseder Nosy List mk
Assigned To Topics

Created on 2008-07-23.05:15:00 by mk, last changed 2008-07-24.10:22:30 by bastyaelvtars.

Messages
msg5021 (view) Author: bastyaelvtars Date: 2008-07-24.10:22:10
On Wed, 23 Jul 2008 11:05:06 -0700 (PDT)
Matthew Dillon <dillon@apollo.backplane.com> wrote:

This is strange. I have my 4gig /usr on HAMMER and did not have such
panics.
msg5012 (view) Author: dillon Date: 2008-07-23.18:08:01
:OS: dfly-2.0.0-REL
:
:I backed up my 5GB win2k ntfs partition to a disk image file on my Hammer FS
:(6GB in size). When removing the image file, panic occurs.
:
:To reproduce panic:
:
:NOTE: assuming Hammer FS is mounted on /hammer dir and /root is symlinked to
:/hammer/root.
:
:# cd /root
:# cat /dev/ad0s1 > c.img
:# rm c.img
:   PANIC

    Ok, I'm on it.  It's probably due to the tiny undo fifo one gets
    when one has a tiny 6GB filesystem.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
msg5008 (view) Author: mk Date: 2008-07-23.05:15:00
OS: dfly-2.0.0-REL

I backed up my 5GB win2k ntfs partition to a disk image file on my Hammer FS
(6GB in size). When removing the image file, panic occurs.

To reproduce panic:

NOTE: assuming Hammer FS is mounted on /hammer dir and /root is symlinked to
/hammer/root.

# cd /root
# cat /dev/ad0s1 > c.img
# rm c.img
   PANIC

Screen Shot of Panic: http://www.bmk.com.au/webshare/hammer_panic.jpg

My dmesg: http://www.bmk.com.au/webshare/dmesg.txt

My fdisk, disklabel & fstab: http://www.bmk.com.au/webshare/labels.txt
History
Date User Action Args
2008-07-24 10:22:30bastyaelvtarssetmessages: + msg5021
2008-07-23 18:08:03dillonsetstatus: unread -> chatting
messages: + msg5012
2008-07-23 05:15:00mkcreate