Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2010 08:20:09 GMT
From:      Martin Matuska <mm@FreeBSD.org>
To:        freebsd-fs@FreeBSD.org
Subject:   Re: kern/148655: [zfs] Booting from a degraded raidz no longer works in 8-STABLE [regression]
Message-ID:  <201008050820.o758K9xE009654@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/148655; it has been noted by GNATS.

From: Martin Matuska <mm@FreeBSD.org>
To: bug-followup@FreeBSD.org, Andriy Gapon <avg@icyb.net.ua>
Cc:  
Subject: Re: kern/148655: [zfs] Booting from a degraded raidz no longer works
 in 8-STABLE [regression]
Date: Thu, 05 Aug 2010 10:19:37 +0200

 I can confirm this behaviour, easily reproducable in virtualbox.
 
 The problem must be in the internal logic of zfsboot, because the lba
 errors reported are from function:
 
 drvread() in sys/boot/i386/zfsboot/zfsboot.c, line #1079:
     if (V86_CY(v86.efl)) {
         printf("error %u lba %u\n", v86.eax >> 8 & 0xff, lba);
         return -1;
     }
 
 drvread() is called from vdev_read() (line #315)



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