Date: Tue, 25 Dec 2007 11:48:48 +0200 From: Danny Braniss <danny@cs.huji.ac.il> To: freebsd-stable@freebsd.org Subject: zfs & diskless boot problem Message-ID: <E1J76P2-0006SF-8m@cs1.cs.huji.ac.il>
next in thread | raw e-mail | index | archive | help
Zfs uses /boot/zfs to keep track of it's pools, but in a diskless
environment, this is a read-only fs. This causes several inconveniences,
- /etc/rc.d/zfs needs :
zfs_start_main()
{
dlv=`/sbin/sysctl -n vfs.nfs.diskless_valid 2> /dev/null`
if [ ${dlv:=0} -ne 0 ]; then
zpool import -a
fi
...
- how important is /boot/zfs?
danny
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1J76P2-0006SF-8m>
