Date: Tue, 14 Dec 2010 15:36:47 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs spa.c zfs_ioctl.c Message-ID: <201012141537.oBEFb7dw006098@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mm 2010-12-14 15:36:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/cddl/contrib/opensolaris/uts/common/fs/zfs spa.c zfs_ioctl.c Log: SVN rev 216436 on 2010-12-14 15:36:47Z by mm MFC r208683, r210999, r212385: MFC r208683 (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 r210999 (pjd): In FreeBSD we use 'jailed' property. MFC r212385 (pjd): On FreeBSD we can log from pool that have multiple top-level vdevs or log vdevs, so don't deny adding new vdevs if bootfs property is set. Approved by: re (kib), pjd, delphij (mentor) Revision Changes Path 1.9.2.8 +6 -0 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c 1.12.2.11 +7 -1 src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012141537.oBEFb7dw006098>