-
Notifications
You must be signed in to change notification settings - Fork 116
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
Pcs (and consequently and painfully, respective interactive execution to figure out the respective bash completion atoms) is not robust when it comes to keyboard interrupts #152
Comments
Have just observed that again:
Apparently, this is a long running command now and hence shall be |
The traceback is invaluable when figuring out where pcs got stuck or what it was waiting for. |
Perhaps, but still the right balance needs to be found so as not Use Hardly anybody using |
What I did:
What I got (for instance):
I.e.
/usr/sbin/pcs
needs to catch that exception from the very beginning(ultimate solution for https://bugzilla.redhat.com/show_bug.cgi?id=1354498,
indeed, it should respond to it per the current context of use, but exit right
away when being run to complete something).
The text was updated successfully, but these errors were encountered: