Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2003 17:03:23 +0200
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        Pawel Jakub Dawidek <nick@garage.freebsd.pl>
Cc:        freebsd-current@freebsd.org
Subject:   Re: File system deadlock. GBDE(4) and/or MD(4) related. 
Message-ID:  <32719.1059059003@critter.freebsd.dk>
In-Reply-To: Your message of "Thu, 24 Jul 2003 15:57:07 %2B0200." <20030724135707.GW43543@garage.freebsd.pl> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20030724135707.GW43543@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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32719.1059059003>