-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
OpenZFS not mounting on reboot anymore #14475
Comments
Looks like fallout from 979fd5a if I had to guess. @gregory-lee-bartholomew I would guess your change was incorrect, as it was "ExecStart=-..." before 8213ddf and your change made it "-ExecStart=...". |
It wasn't my doing. Someone else mangled the commit. |
The issue is that zfs-snapshot-bootfs.service doesn't even exist! It is removed so the service itself can't start...because there is not .service file. |
|
It won't be in the systemd libraries of the running system. Dracut injects it into the initramfs from /usr/lib/dracut/modules.d/90zfs. |
As a quick fix until you can upgrade to a newer version of zfs-dracut that is fixed, you can edit the |
This is what mine currently looks like.
|
Interesting. Mismerge, then? Surprising nobody got burned by it sooner... I'll try to remember to open a trivial fix PR for 2.1.10 later if nobody beats me to it. |
Yeah, for the record: #13769 (comment) |
I think it is already fixed in more recent versions. |
Huh, I was looking at 2.1-release and saw it look like that I thought...nope, you're right, it's fixed in 2.1.7. Thanks! I hadn't seen that kerfuffle with 2.1.6. |
Interesting that
|
I will try and reboot the system tomorrow when i'm back in front of it. Thank you for the guidance! |
Sounds like a corrupt rpm database. Maybe |
Doesn't resolve it. Shouldn't matter though, should it?
|
If the files under
|
Yep, but not everything it seems.
|
Very odd. Sorry, I don't know what is going on there. |
If Plex is modifying the packages, maybe it's a question for them? It seems kind of academic, but that would be what I'd do - go compare their specfile with the stock one. |
Plex is not doing anything...that is the hostname of my server, lol |
Oh, I see. In your original paste, it had |
Going to open a new ticket, but trying to update zfs it seems I have both dkms & kmod on my system...will ask what the best way forward is for that in a separate ticket. |
Updated today -- will restart when time permits. |
Describe the problem you're observing
ZFS Volumes do not mount on boot. I think that there is an issue with zfs-snapshot-bootfs.service. It does not exist on my system after upgrading to 2.1.6. My dmesg shows this:
I have to then run
systemctl restart zfs-import-scan.service
&systemctl restart zfs-mount.service
to mount the pools.Describe how to reproduce the problem
Just reboot and voila nothing is mounted.
Include any warning/errors/backtraces from the system logs
This is the
/var/log/messages | grep zfs
:The text was updated successfully, but these errors were encountered: