svn commit: r256377 - in head: etc/defaults etc/rc.d share/examples/kld/random_adaptor share/man/man4 sys/boot/forth sys/conf sys/dev/glxsb sys/dev/hifn sys/dev/random sys/dev/rndtest sys/dev/safe ...

Dag-Erling Smørgrav des at des.no
Sat Oct 12 17:29:54 UTC 2013


"Teske, Devin" <Devin.Teske at 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 - des at des.no


More information about the svn-src-all mailing list