Date: Wed, 8 Feb 2012 19:04:47 +0100 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Steven Hartland <killing@multiplay.co.uk> Cc: freebsd-fs@FreeBSD.ORG Subject: Re: zfs fs dependencies causing boot failure Message-ID: <20120208180446.GA1336@garage.freebsd.pl> In-Reply-To: <C55575ACBDD0437EB9D78C9099F243AA@multiplay.co.uk>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] On Wed, Feb 08, 2012 at 09:56:57AM -0000, Steven Hartland wrote: > Is there any current way to ensure that zfs mounts are processed > before entries in fstab? > > In our case here we have some legacy ufs fs hosted on zvol's which > are mounted to points within the standard zfs fs e.g. > /dev/zvol/tank/data/legacy /data/jails/legacy ufs rw 2 2 > > To our horror this currently prevents the machine from booting so > would be good if there was some way to prevent this? > > Looking around there seems to have been something similar developed > /etc/rc.d/zvol but this only deals with swap it seems. Try adding 'late' keyword to the options field for you UFS file system in /etc/fstab. Such file system should be mounted by rc.d/mountlate scripts which comes after rc.d/zfs. For example: /dev/zvol/tank/data/legacy /data/jails/legacy ufs rw,late 2 2 -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://tupytaj.pl [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk8yuT4ACgkQForvXbEpPzTmDQCgvtNDMqf5/Yer/0tbk9X9Lw3v +PwAmwYLWhse8fIezbsq4+gojv5Op/7p =DZ3e -----END PGP SIGNATURE-----home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120208180446.GA1336>
