Both of these allocations are larger than 8k which trips the warning, but so no large that they must be vmem_alloc()'ed. For this case I have added the KM_NODEBUG flag which silences the warning. The flag also acts as a marker in the source so I can keep track of this as something which needs to be better addressed in the long term. SPL: large kmem_alloc(11876, 0x50) at get_nvlist:911 (341009/1877530) SPL: large kmem_alloc(11240, 0x50) at load_nvlist:1273 (2639492/2643588) Closes #50 |
||
---|---|---|
cmd | ||
config | ||
etc | ||
lib | ||
man | ||
module | ||
patches | ||
scripts | ||
.gitignore | ||
.topdeps | ||
.topmsg | ||
AUTHORS | ||
COPYING | ||
COPYRIGHT | ||
ChangeLog | ||
DISCLAIMER | ||
GIT | ||
META | ||
Makefile.am | ||
OPENSOLARIS.LICENSE | ||
README.markdown | ||
ZFS.RELEASE | ||
autogen.sh | ||
configure.ac | ||
zfs-modules.spec.in | ||
zfs.spec.in |
README.markdown
Native ZFS for Linux! ZFS is an advanced file system and volume manager which was originally developed for Solaris. It has been successfully ported to FreeBSD and now there is a functional Linux ZFS kernel port too. The port currently includes a fully functional and stable SPA, DMU, and ZVOL with a ZFS Posix Layer (ZPL) on the way!
Documentation for building, configuring, and using ZFS can be found at: http://wiki.github.com/behlendorf/zfs/