1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Mention that listsnapshots is disabled by default after latest ZFS import.

This commit is contained in:
Xin LI 2008-11-18 21:41:09 +00:00
parent 257072a6dd
commit de2e1b35a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185061

View File

@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW:
to maximize performance. (To disable malloc debugging, run
ln -s aj /etc/malloc.conf.)
20081117:
A new version of ZFS (version 13) has been merged to -HEAD.
This version would have zpool attribute "listsnapshots" off
by default, which means "zfs list" would not show snapshots,
and is the same as Solaris behavior.
20081028:
dummynet(4) ABI has changed. ipfw(8) needs to be recompiled.