-
Notifications
You must be signed in to change notification settings - Fork 66
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
Way to kill stucked zfs/zpool commands #70
Comments
antonag32
added a commit
to antonag32/go-zfs
that referenced
this issue
Jul 29, 2024
Commands can now be stopped after the specified timeout. The default behaviour of no timeouts is kept the same. Users wanting to opt into this feature must set a new DefaultRunner with properly set values. Related to mistifyio#70.
This was referenced Jul 29, 2024
antonag32
added a commit
to antonag32/go-zfs
that referenced
this issue
Jul 29, 2024
Commands can now be stopped after the specified timeout. The default behaviour of no timeouts is kept the same. Users wanting to opt into this feature must set a new DefaultRunner with properly set values. Related to mistifyio#70.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At time the zfs commands stuck for a long time. Is there a way to kill the commands after a specified time.
ps -ef | grep 'zfs list' gives me a long list of commands.
The text was updated successfully, but these errors were encountered: