-
Notifications
You must be signed in to change notification settings - Fork 1.8k
System lockup on access to ZFS snapshots (mismatched module version) #17252
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
Comments
It turns out if I access the snapshot dir from chrome, all terminals still lock up anyway. Tmux dead, VT1 dead - cannot type a single character. Magic, I'll try an older kernel version and new ZFS to see if it makes a difference. |
Ok, looks like I figured it out - the userspace ZFS version was |
stack trace from that |
It doesn't actually crash, a VM running on the system is fully functional and chrome seem like working as well, for whatever reason any terminals I had are borked. Looks like the systemd logs contain the stack trace @snajpa :
|
I am experiencing some strange lock up of my system, so far I reproduced it twice typing in terminal:
losetup -P /dev/loop0 /zpool/dataset/.zfs/snapshot/2025-04-17/
<TAB>
Looks somewhat similar to #11169
Right after I press tab the tmux hangs on any of open shells I cannot type in any shells including VT1 with open root console.
The filesystem in general seem to work, but something is terribly locked with all ptys?
Both VM and chrome on host can access filesystem.
But, there is windows VM which runs fine, games can access filesystem without problem. I can shutdown the VM, but it doesn't help with the system lock up.
I tried to open snapshot dirs from brother, but all */.zfs/snapshot directories just hang.
Update: It turns out there was mismatched kernel module and userspace utils.
System information
Describe the problem you're observing
Partial system lockup
Describe how to reproduce the problem
Type in shell:
cd /zpool/dataset/.zfs/snapshots/2025-03-17/
<TAB>
After I press
<TAB>
all terminals are dead. All snapshot dirs in different pools hang when I try to get list of files there.Include any warning/errors/backtraces from the system logs
logs.txt
The text was updated successfully, but these errors were encountered: