zfs & diskless boot problem
- From: Danny Braniss <danny@xxxxxxxxxxxxx>
- Date: Tue, 25 Dec 2007 11:48:48 +0200
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
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Prev by Date: Re: em1: Unable to allocate bus resource: memory
- Next by Date: Re: connect() returns EADDRINUSE during massive host->host conn rate
- Previous by thread: FreeBSD 7.0 freezes with nvidia card
- Next by thread: Re: connect() returns EADDRINUSE during massive host->host conn rate
- Index(es):