Re: geom_gate panic

From: Pawel Jakub Dawidek <pjd_at_FreeBSD.org>
Date: Wed, 22 Dec 2004 10:51:27 +0100
On Wed, Dec 22, 2004 at 03:27:35AM +0100, Daniel Eriksson wrote:
+> 
+> Using geom_gate to mount a geom_stripe array from another machine (hooked up
+> through a crossover cable), the following happens when moving large amounts
+> of data:
+> 
+> g_vfs_done():ggate0[WRITE(offset=59507982336, length=131072)]error = 5
+> ...
+> g_vfs_done():ggate0[WRITE(offset=1119618220032, length=131072)]error = 5
+> g_vfs_done():ggate0[WRITE(offset=1062713851904, length=16384)]error = 5
+> g_vfs_done():ggate0[WRITE(offset=1101811367936, length=49152)]error = 5

Error number 5 is EIO. GGATE can generate such an error in some situations
(e.g. queue is full). Please, increase debug level to 1
(kern.geom.gate.debug=1) and send me debug printfs from before panic.

We can see other serious problem here - UFS cannot handle EIOs properly...

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd_at_FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

Received on Wed Dec 22 2004 - 08:51:29 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:25 UTC