-
Notifications
You must be signed in to change notification settings - Fork 38
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
ERROR couldn't connect to zsys daemon: timed out waiting for server handshake #193
Comments
I'm getting frequent timeouts too during especially during apt package changes. I'm using ZFS for Docker which results in a large number of volumes as well. # zfs list|wc -l
6118 |
Same errors for me. On top of this zsys-gc fails constantly: ~$ sudo systemctl status zsys-gc Jun 08 11:03:35 zfs-backup-host systemd[1]: Starting Clean up old snapshots to free space... I'm sure it's the same for you guys, you probably haven't noticed yet. Got a weird feeling it might be related to a large amount of snaps I have: $ zfs list -t snapshot | wc -l Most of these are not on rpool/bpool but an external drive so not sure if it's related. System ones are only: $ zfs list -t snapshot | grep -v backup | wc -l As far as I understand zsys shouldn't be messing with snaps of non-system-related datasets but maybe service crashes while waiting for some output? |
I have the same issue, also large number of snaps:
|
The workaround I use is: sudo ./zfs-prune-snapshots -R -v 1M This wipes all snaps older than 1 month. Daemon works fine after this cleanup. |
Is this what you are using? |
Yep |
Thanks @TheGrave for sharing zfs-prune-snapshots.
and afterwards using zfs commands. |
@awhitcroft please locate somebody to subscribe and respond to zsys things |
Describe the bug
zsysctl commands fail, e.g.
Interestingly enough, after the server is "primed" by e.g. grpcurl, zsysctl seems to work:
To Reproduce
Having non-trivial zfs volumes (e.g. via containerd) seems to help:
Expected behavior
zsysctl should work, even if slowly
For ubuntu users, please run and copy the following:
the log isn't trivially short, pasted in here
Screenshots
If applicable, add screenshots to help explain your problem.
Installed versions:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: