Date: Mon, 18 Oct 2010 09:26:39 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/boot/zfs zfsimpl.c Message-ID: <201010180926.o9I9QpxR043011@repoman.freebsd.org>
index | next in thread | raw e-mail
pjd 2010-10-18 09:26:39 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/boot/zfs zfsimpl.c
Log:
SVN rev 214014 on 2010-10-18 09:26:39Z by pjd
MFC r212382,r212383,r212384,r212387:
r212382:
Remove duplicated code.
r212383:
Allow to boot from a pool within which replacing is in progress.
Before the change it wasn't possible and the following error was printed:
ZFS: can only boot from disk, mirror or raidz vdevs
Now if the original vdev (the one we are replacing) is still present we will
read from it, but if it is not present we won't read from the new vdev, as it
might not have enough valid data yet.
r212384:
Ignore log vdevs.
r212387:
Remove empty lines committed by accident.
Revision Changes Path
1.5.4.9 +47 -23 src/sys/boot/zfs/zfsimpl.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010180926.o9I9QpxR043011>
