"Teske, Devin" <devin.te...@fisglobal.com> writes:
> Can you maybe test with ZFS + Geli? I'm concerned because we told it
> to use random(4) instead of urandom(4). I hope there's enough entropy
> when creating the geli stuff that said process doesn't hang.

/dev/urandom is a symlink to /dev/random.  Neither will block, because
we explicitly mark /dev/random as seeded with a SYSINIT late in the boot
(not as late as I'd like, but not too early either).

> I think DES's patch will help there too (not that anyone testing our
> ZFS patches reported any hangs... including when testing GELI -- this
> was before DES's patch).

If you mean the device attach entropy gathering, that was a case of
parallel invention from Pawel and myself, where I ended up using Pawel's
patch with minor modifications.

DES
-- 
Dag-Erling Smørgrav - d...@des.no
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to