-
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
zed process exits after "Processing events since eid=0" #17153
Comments
Same here. The log comes from https://github.com/openzfs/zfs/blob/f3e4043a36942e67ccbc05318479a07d242fc611/cmd/zed/zed_event.c#L217C1-L224C67. I didn't reboot, but when NixOS activates the new generation, it fails to restart zfs-zed.service. Not sure if the mismatch between kernel mod and user land package played a role here. IIRC, it has always been the case (mismatch) after a zfs update until a reboot.
❯ zfs --version
zfs-2.3.1-1
zfs-kmod-2.3.0-1 Update:
|
It is likely a known issue: #17137 . |
No, my mistake: zfs-dracut was installed. Since I don't use zfs on my root device it wasn't needed. However the zfs modules were updated by the dnf upgrade process but the initrd image wasn't. Still can be a problem I guess, but it shouldn't be for me. |
System information
Describe the problem you're observing
After updating to 2.3.1 the zed no longer starts. It exists after printing: "Processing events since eid=0".
Downgraded to 2.3.0 and it now runs again, didn't need a reboot so I guess it's not zfs kernel module related.
Describe how to reproduce the problem
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: