mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 07:35:47 +00:00
This reverts commit0d910cfeaf
. It's not correct to just ignore an error code in a callback; we need to handle that error and possible report failure to the guest so that they don't wait indefinitely for an operation that will now never finish. This ought to help cases reported by Nutanix where iSCSI returns a legitimate -ECANCELED for certain operations which should be propagated normally. Reported-by: Shaju Abraham <shaju.abraham@nutanix.com> Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20190729223605.7163-1-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com> (cherry picked from commit8ec41c4265
) Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>