zfs_ioctl.c: Drop WARNING that ZFS is under development
Following discussions on current-users@, it seems many rely on ZFS to store data, and there are not particularly large issues with ZFS. ATF tests with /tmp as tmpfs, ffs2, and zfs are similar, with only a slight increase in failures under zfs. (This commit should probably NOT be pulled up to 9.)
This commit is contained in:
parent
c161c69ca2
commit
7e43f4cffe
@ -7194,7 +7194,6 @@ zfs_modcmd(modcmd_t cmd, void *arg)
|
||||
/* XXXNETBSD trim is not supported yet */
|
||||
zfs_trim_enabled = B_FALSE;
|
||||
|
||||
printf("WARNING: ZFS on NetBSD is under development\n");
|
||||
availrmem = (uint64_t)physmem * PAGE_SIZE / 1048576;
|
||||
if (availrmem < ZFS_MIN_MEGS * 80 / 100) {
|
||||
printf("ERROR: at least %dMB of memory required to "
|
||||
|
Loading…
Reference in New Issue
Block a user