-
Notifications
You must be signed in to change notification settings - Fork 247
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 cmd syntax wrong - cannot work #2081
Comments
Contributions welcome but none of the core maintainers is working on the zfs driver. |
@Luap99 , thanks for taking the time to answer unfortunately, I'm no a dev. (if so, I would have long fixed that culprit)
I did read that excuse in old issues 3-4 years ago as well. I have a Q for you: either disable it or fix it. maybe it would be a good idea to put one of the core maintainers on a zfs-workstation. no offense meant, but I don't understand that kind of policy. |
It is not an excuse just a fact. Just because something doesn't work doesn't mean a maintainer is required to fix it. There are thousand of issues/features we could work on so yes in general maintainers need to decide what they do work on. And there doesn't seem to be anyone on the core team that particular cares about ZFS. The core team behind Podman and related tools are all employed by Red Hat and zfs is not only not supported by Red Hat, it isn't even in the upstream linux kernel so expecting a maintainer to use ZFS doesn't make much sense. This is a FOSS project and anyone can contribute so if someone care about zfs they can submit fixes and we are willing to merge them. If you cannot do that you could pay someone else to do it. Zfs was added at one point because someone cared about it and it seems to be working for the most part, system reset is a feature that generally isn't used by a lot of people so removing it just because of that doesn't make much sense either as that will break all the existing users of the zfs driver. Most importantly the zfs driver is used on freebsd as I understand to run containers with podman there. |
I do care about the zfs driver since it is the most efficient storage option on FreeBSD at the moment. I'm not sure exactly what is going on here since |
This comment was marked as duplicate.
This comment was marked as duplicate.
So far I haven't been able to reproduce the problem with rootful containers on FreeBSD. I suspect that rootless on Linux may be part of the issue - I need to build a suitable test VM to check that. |
@chymian can you post some details of your setup, including os and podman version - so far I'm unable to reproduce your problem on either Linux or FreeBSD. |
hello @dfr ,
OS: debian trixie/testing it works for rootful containers without pbls. |
this seems to be a long stand bug.
the internal cmd used by podman to check a ZFS dataset/fs has a wrong syntax and must always error – was mentioned already 3 years ago.
there is no such parameter like
fs
inzfs fs …
Context:
rootless:
and removing the erroneous
fs
works!
the command being generated is wrong.
...can't work. The command should be...
Originally posted by @awhileback in containers/podman#11415 (comment)
The text was updated successfully, but these errors were encountered: