Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zfs setup fails in 0.10.20231013 & FreeBSD 13.2 [BUG] #636

Open
tehfink opened this issue Nov 24, 2023 · 1 comment
Open

zfs setup fails in 0.10.20231013 & FreeBSD 13.2 [BUG] #636

tehfink opened this issue Nov 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@tehfink
Copy link

tehfink commented Nov 24, 2023

[MANDATORY] Describe the bug [MANDATORY]
On a fresh install of FreeBSD 13.2 & bastille, running the setup command doesn't recognize zfs kernel modules?

[MANDATORY] Bastille and FreeBSD version (paste bastille -v && freebsd-version -kru output)
0.10.20231013
13.2-RELEASE-p4
13.2-RELEASE-p4
13.2-RELEASE-p5

[MANDATORY] How did you install bastille? (port/pkg/git)
port, latest

[optional] Steps to reproduce?

# bastille setup zfs
ZFS module not loaded; skipping...

[optional] Expected behavior
Whatever the next step is in bastille's zfs setup.

[optional] Screenshots

[optional] Additional context

# kldstat
Id Refs Address                Size Name
 1   31 0xffffffff80200000  1f3e2d0 kernel
 2    1 0xffffffff82140000     3728 coretemp.ko
 3    1 0xffffffff82144000    2ad10 asmc.ko
 4    1 0xffffffff8216f000     ab70 opensolaris.ko
 5    1 0xffffffff8217a000   59dfa8 zfs.ko
 6    3 0xffffffff82719000     3cb0 smbus.ko
 7    1 0xffffffff8271d000     3e08 smb.ko
 8    1 0xffffffff83720000     2220 cpuctl.ko
 9    1 0xffffffff83723000     3250 ichsmb.ko
10    1 0xffffffff83727000     3530 fdescfs.ko
11    1 0xffffffff8372b000     2a08 mac_ntpd.ko

# zpool list
NAME       SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
bootpool  1.88G   396M  1.49G        -         -     1%    20%  1.00x    ONLINE  -
zjail      398G  16.5G   381G        -         -     2%     4%  1.00x    ONLINE  -
zroot      440G  47.3G   393G        -         -     3%    10%  1.00x    ONLINE  -

from /usr/local/etc/bastille/bastille.conf:
bastille_zfs_enable="YES"
bastille_zfs_zpool="zjail"
bastille_zfs_prefix="${bastille_zfs_zpool}/bastille"
bastille_zfs_options="-o compress=lz4 -o atime=off"
@tehfink tehfink added the bug Something isn't working label Nov 24, 2023
@cedwards
Copy link
Contributor

I believe this was fixed in #623. Should be available in the next port/pkg update by the end of the month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants