commit | e829b0bb054ed3389e5b22dad61875e51674e629 | [log] [tgz] |
---|---|---|
author | Peter Lieven <pl@dlhnet.de> | Sat Nov 17 14:37:39 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 28 12:50:56 2012 +0100 |
tree | c381e2ed37aea49734dc2d5fa070a3562715efa5 | |
parent | 8da1e18b0cf46b6c95c88bbad1cc50d6dd1bef4b [diff] |
iscsi: fix deadlock during login If the connection is interrupted before the first login is successfully completed qemu-kvm is waiting forever in qemu_aio_wait(). This is fixed by performing an sync login to the target. If the connection breaks after the first successful login errors are handled internally by libiscsi. Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>