Date: Mon, 31 May 2010 23:17:45 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs spa.c Message-ID: <201005312317.o4VNHsHl058448@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pjd 2010-05-31 23:17:45 UTC
FreeBSD src repository
Modified files:
sys/cddl/contrib/opensolaris/uts/common/fs/zfs spa.c
Log:
SVN rev 208683 on 2010-05-31 23:17:45Z by pjd
Fix a bug where resilver is not started automatically on pool import or load.
If disk was missing on pool load or import and on next pool load or import
it was present, resilver wasn't started automatically and ZFS reported all disks
as ONLINE and healthy. Then, when another disk died, pool became unaccessible,
because if it was 2-way mirror or RAIDZ1 two vdevs were out of sync.
To fix the problem, start resilver automatically on pool load or import.
Obtained from: OpenSolaris
MFC after: 3 days
Revision Changes Path
1.15 +6 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005312317.o4VNHsHl058448>
