Show More
@@ -605,7 +605,6 b' def main_ssh(args):' | |||||
605 | ssh_set = SSHEngineSet(clusterfile['engines'], sshx=args.sshx) |
|
605 | ssh_set = SSHEngineSet(clusterfile['engines'], sshx=args.sshx) | |
606 | def shutdown(signum, frame): |
|
606 | def shutdown(signum, frame): | |
607 | d = ssh_set.kill() |
|
607 | d = ssh_set.kill() | |
608 | # d.addErrback(log.err) |
|
|||
609 | cl.interrupt_then_kill(1.0) |
|
608 | cl.interrupt_then_kill(1.0) | |
610 | reactor.callLater(2.0, reactor.stop) |
|
609 | reactor.callLater(2.0, reactor.stop) | |
611 | signal.signal(signal.SIGINT,shutdown) |
|
610 | signal.signal(signal.SIGINT,shutdown) |
General Comments 0
You need to be logged in to leave comments.
Login now