-
Notifications
You must be signed in to change notification settings - Fork 935
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
lxd not working with zfs 2.3.0 #14673
Comments
Is this using the LXD snap package? What does |
We need to add support ZFS 2.3 in the snap, like this: https://github.com/canonical/lxd-pkg-snap/blob/latest-candidate/snapcraft.yaml#L1227-L1260 |
This ZFS version isn't shipped in any official kernel I could find. Are you by any chance running with a DKMS built one? To do that:
|
Yes i use the lxd snap latest/stable. (6.2-afb00d0) |
@rusher97 Another hackish way to do this is modifying |
@Qubitium as we are in hackish territory, another simpler way to fool LXD into using the
|
Issue description
lxc error: required tool zpool is missing
(zfs 2.3 comes with libzfs6 and libzpool6, zfs 2.2 comes with libzfs5 and libzpool5)
Steps to reproduce
The text was updated successfully, but these errors were encountered: