diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2016-01-29 17:08:26 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2016-01-29 17:08:26 +0000 |
| commit | d4b9233a9622d9b5a246124d7cf734ea7894a13d (patch) | |
| tree | 12a6f4e164f2fa781297a7b8f06198ae869750a2 /UPDATING | |
| parent | 1fc390d1a121e3480499295479ebe8c87dcb0f64 (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -31,6 +31,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW: disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160129: + Building ZFS pools on top of zvols is prohibited by default. That + feature has never worked safely; it's always been prone to deadlocks. + Using a zvol as the backing store for a VM guest's virtual disk will + still work, even if the guest is using ZFS. Legacy behavior can be + restored by setting vfs.zfs.vol.recursive=1. + 20160119: The NONE and HPN patches has been removed from OpenSSH. They are still available in the security/openssh-portable port. |
