dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
538 stars 29 forks source link

Support zfs 0.8 #779

Closed lukemarsden closed 4 years ago

lukemarsden commented 4 years ago

Support zfs 0.8 (e.g. Ubuntu 19.10).

After making the changes in this PR, I manually ran the script zfs-userland-builder/build.sh and uploaded the results with: scp outputs/zfs-0.8.tar root@get-discovery.dotmesh.io:/pool/releases/zfs-userland/

I then gzipped /pool/releases/zfs-userland/zfs-0.8.tar on the server (so that it became /pool/releases/zfs-userland/zfs-0.8.tar.gz).

After that, the dotmesh server image starts building, tested by adding my Ubuntu 19.10 machine as a dotscience runner, and dotmesh came up.