Re: [libvirt] [PATCH 3/3] virsh-domain: Avoid killing ssh transport tunnels when cancelling job

2013-09-03 Thread Peter Krempa
On 09/03/13 09:53, Michal Privoznik wrote: > On 29.08.2013 17:52, Peter Krempa wrote: >> The vshWatchJob function registers a SIGINT handler that is used to >> abort the active job and does not terminate virsh. Unfortunately, this >> breaks when using the ssh transport as SIGINT is sent to the fore

Re: [libvirt] [PATCH 3/3] virsh-domain: Avoid killing ssh transport tunnels when cancelling job

2013-09-03 Thread Michal Privoznik
On 29.08.2013 17:52, Peter Krempa wrote: > The vshWatchJob function registers a SIGINT handler that is used to > abort the active job and does not terminate virsh. Unfortunately, this > breaks when using the ssh transport as SIGINT is sent to the foreground > process group including the ssh transpo

[libvirt] [PATCH 3/3] virsh-domain: Avoid killing ssh transport tunnels when cancelling job

2013-08-29 Thread Peter Krempa
The vshWatchJob function registers a SIGINT handler that is used to abort the active job and does not terminate virsh. Unfortunately, this breaks when using the ssh transport as SIGINT is sent to the foreground process group including the ssh transport processes which terminate. This breaks the con