Page 1 of 1

Test pkg of new port

PostPosted: Thu Aug 20, 2020 9:26 pm
by lundman
The new port has finally got all the way to a point where I can go "make pkg" and an installable pkg is produced.

For those of you who would like to test out the new version, and see if there is any regressions. However
this new version does include new pool features (f.ex. zstd) , so you probably do not want to run "zpool upgrade" - or
you will have no way to downgrade. It claims to be "0.8.0" as that is upstream, when release is done, it will be
known as OpenZFS v2

Currently I have a Catalina build. I can produce others.

Code: Select all
zpool create testpool disk0
mkdir /Volumes/testpool/HelloWorld
zfs snapshot testpool@hello
cd /Volumes/testpool/.zfs/snapshot/hello
root@Lundmans-Mac(/Volumes/testpool/.zfs/snapshot/hello) ls -l
total 1
drwxr-xr-x  2 root  wheel  2 Aug 20 22:18 HelloWorld

zfs set compression=zstd testpool

testpool  compression            zstd                   local

Re: Test pkg of new port

PostPosted: Wed Sep 02, 2020 1:19 am
by lundman
New version to fix linking with libssl, libcrypto, and libintl.

Note, we have changed the area for ZFS to "/usr/local/zfs/" so everything is self contained and doesn't clash with other binaries. /etc/paths.d/ should be updated automatically.

Installer should clean up any old install automatically.

Re: Test pkg of new port

PostPosted: Wed Sep 02, 2020 6:24 pm
by lundman
Someone asked for Mojav(e).

Re: Test pkg of new port

PostPosted: Wed Sep 09, 2020 8:41 pm
by lundman
El Capitan: 10.11

This one took more effort to compile, 10.11 is a bit of an outlier.

Re: Test pkg of new port

PostPosted: Mon Sep 14, 2020 5:19 pm
by lundman
New build to fix zvols.

Re: Test pkg of new port

PostPosted: Tue Sep 15, 2020 7:17 pm
by lundman
New PKG - attempting to fix the paths to InvariantDisks, and zpool-all-import.sh

Unload panic fix.

To uninstall the old PKG, "rm /Library/Extensions/zfs.kext" and reboot. Or you risk a panic on unload.

Re: Test pkg of new port

PostPosted: Tue Sep 22, 2020 2:40 am
by lundman
Fixing paths in Mojave