Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/dist/uts/common/fs/zfs zfs_ioctl.c: Drop...



details:   https://anonhg.NetBSD.org/src/rev/455caa1f84cc
branches:  trunk
changeset: 953940:455caa1f84cc
user:      gdt <gdt%NetBSD.org@localhost>
date:      Thu Mar 25 18:41:29 2021 +0000

description:
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.)

diffstat:

 external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 208f0ff65c91 -r 455caa1f84cc external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c
--- a/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c    Thu Mar 25 18:27:01 2021 +0000
+++ b/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_ioctl.c    Thu Mar 25 18:41:29 2021 +0000
@@ -7194,7 +7194,6 @@
                /* 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 "



Home | Main Index | Thread Index | Old Index