File system deadlock. GBDE(4) and/or MD(4) related.

Poul-Henning Kamp phk at phk.freebsd.dk
Thu Jul 24 08:03:26 PDT 2003


In message <20030724135707.GW43543 at garage.freebsd.pl>, Pawel Jakub Dawidek writ
es:

>	# touch /mnt/test.file

You are probably missing:

	dd if=/dev/null of=/mnt/test.file bs=1m count=512

>	# mdconfig -a -t vnode -f /mnt/test.file -s 512M -u 1

What you have found has nothing to do with GBDE, I think it is the
usual "vnode backed md(4)" deadlock.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list