On Fri, Oct 31, 2014 at 1:44 PM, Antti Kantee <[email protected]> wrote: > On 31/10/14 10:06, Justin Cormack wrote: >> rumprun-posix now builds the zfs kernel and userspace parts. Note that >> this is only intedned for fixing stuff - zfs on netbsd is not very >> working at present. > > Great! Though, can we add a build toggle to disable it by default? I > dislike "shipping" code that isn't expected to work in production.
Well, right now it makes little difference to the build time, and it ships enabled by default in NetBSD despite not being expected to work (which seems more problematic). Actually, the "config" abilities of rumprun-posix are pretty gross at present, so not inclined to add options. I do plan to give it a large cleanup... >> Next step is to update to a newer version and fix the Solaris compat >> layer etc... >> >> (BTW is there any objection to adding /dev/urandom to the minimal set >> of devices crated at rump kernel startup; which is currently /dev/zero >> and /dev/null? Then I think the zfs test code will run without any >> config which would make life easier). > > Isn't that (and /dev/random) already created by rumpdev_rnd, which > provides the driver to actually handle those nodes. Ah yes. Justin ------------------------------------------------------------------------------ _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
