Page MenuHomeFreeBSD

Fix top output when zfs.ko is loaded but no ZFS filesystems are in use
ClosedPublic

Authored by markj on Jul 21 2017, 8:22 PM.
Tags
None
Referenced Files
F134096198: D11693.diff
Thu, Oct 30, 5:53 PM
F134088058: D11693.diff
Thu, Oct 30, 4:27 PM
Unknown Object (File)
Mon, Oct 27, 2:58 PM
Unknown Object (File)
Mon, Oct 27, 12:47 PM
Unknown Object (File)
Mon, Oct 27, 3:06 AM
Unknown Object (File)
Wed, Oct 22, 12:03 AM
Unknown Object (File)
Thu, Oct 9, 9:40 PM
Unknown Object (File)
Wed, Oct 8, 5:19 AM
Subscribers
None

Details

Summary

In this case, vfs.zfs.compressed_arc_enabled will be 1, causing us to
print an empty line between the memory usage stats and swap usage stats.
Don't set carc_enabled unless arc_enabled is set.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable