Page MenuHomeFreeBSD

remove ZFS leftovers when WITHOUT_ZFS is set
ClosedPublic

Authored by op on Aug 20 2018, 2:56 PM.
Tags
None
Referenced Files
F82803766: D16810.diff
Thu, May 2, 6:18 PM
Unknown Object (File)
Tue, Apr 30, 9:36 AM
Unknown Object (File)
Mon, Apr 29, 2:10 AM
Unknown Object (File)
Fri, Apr 26, 1:45 AM
Unknown Object (File)
Wed, Apr 24, 6:33 PM
Unknown Object (File)
Tue, Apr 23, 9:24 AM
Unknown Object (File)
Jan 13 2024, 2:53 AM
Unknown Object (File)
Dec 22 2023, 9:41 PM
Subscribers

Details

Summary
HBSD: remove ZFS leftovers when WITHOUT_ZFS is set

tar tf base.txz | grep zpool
tar tf base.txz | grep zfs
tar tf base.txz | grep libbe
tar tf base.txz | grep bectl

note: libzfs.3 exists on 12-CURRENT and libzfs.2 exists before
12-CURRENT

Discussed-be: kevans@
MFC-to: 11-STABLE
Signed-off-by: Oliver Pinter <oliver.pinter@hardenedbsd.org>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 18972

Event Timeline

Hmm... can you add libbe(3) and bectl(8) to these as well, then I'll MFC this ball of noodles after MFC'ing them?

bectl depends on ZFS or it have a separate knob?

In D16810#357810, @op wrote:

bectl depends on ZFS or it have a separate knob?

Both are only gated by MK_ZFS.

op edited the summary of this revision. (Show Details)
This revision was not accepted when it landed; it landed in state Needs Review.Aug 23 2018, 2:14 AM
This revision was automatically updated to reflect the committed changes.