diff options
author | Matt Macy <mmacy@FreeBSD.org> | 2020-08-25 02:42:48 +0000 |
---|---|---|
committer | Matt Macy <mmacy@FreeBSD.org> | 2020-08-25 02:42:48 +0000 |
commit | 13e4dbd245ee4594185329c6900f71349ffc6c73 (patch) | |
tree | 30a1174e82b44b760a69fb9e63e5f6de9849f386 | |
parent | 251779a055f1327b7c6fe5cc0654fb404d62a4f6 (diff) | |
download | src-13e4dbd245ee4594185329c6900f71349ffc6c73.tar.gz src-13e4dbd245ee4594185329c6900f71349ffc6c73.zip |
Mention OpenZFS merge in UPDATING
Notes
Notes:
svn path=/head/; revision=364749
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW: "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20200824: + OpenZFS support has been integrated. We caution against 'zpool upgrade' + for the next few weeks. The change should be transparent unless you + want to use new features. + + The resume code now notifies devd with the 'kernel' system rather than the old 'kern' subsystem to be consistent with other use. The old notification will be created as well, but |