qemu-irix/block
Zhu Lingshan 1cb6d137ff iscsi: send readcapacity10 when readcapacity16 failed
When play with Dell MD3000 target, for sure it
is a TYPE_DISK, but readcapacity16 would fail.
Then we find that readcapacity10 succeeded. It
looks like the target just support readcapacity10
even through it is a TYPE_DISK or have some
TYPE_ROM characteristics.

This patch can give a chance to send
readcapacity16 when readcapacity10 failed.
This patch is not harmful to original pathes

Signed-off-by: Zhu Lingshan <lszhu@suse.com>
Message-Id: <1451359934-9236-1-git-send-email-lszhu@suse.com>
[Don't fall through on UNIT ATTENTION. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2016-01-15 18:58:01 +01:00
..
Makefile.objs
accounting.c
archipelago.c
backup.c
blkdebug.c blkdebug: Enable reopen 2015-12-18 14:34:43 +01:00
blkverify.c block: Pass driver-specific options to .bdrv_refresh_filename() 2015-12-18 14:34:42 +01:00
block-backend.c block-backend: add blk_get_max_iov() 2015-12-22 16:01:07 +08:00
bochs.c
cloop.c
commit.c
curl.c
dmg.c
gluster.c
io.c block: replace IOV_MAX with BlockLimits.max_iov 2015-12-22 16:01:07 +08:00
iscsi.c iscsi: send readcapacity10 when readcapacity16 failed 2016-01-15 18:58:01 +01:00
linux-aio.c
mirror.c block/mirror: replace IOV_MAX with blk_get_max_iov() 2015-12-22 16:01:07 +08:00
nbd-client.c
nbd-client.h
nbd.c block: Pass driver-specific options to .bdrv_refresh_filename() 2015-12-18 14:34:42 +01:00
nfs.c
null.c
parallels.c qapi: Don't let implicit enum MAX member collide 2015-12-17 08:21:28 +01:00
qapi.c block/qapi: Clear err for further error 2016-01-07 21:30:17 +01:00
qcow.c
qcow2-cache.c
qcow2-cluster.c block: Add opaque value to the amend CB 2015-12-18 14:34:43 +01:00
qcow2-refcount.c qcow2: Point to amend function in check 2015-12-18 14:34:43 +01:00
qcow2-snapshot.c
qcow2.c error: Use error_prepend() where it makes obvious sense 2016-01-13 15:16:17 +01:00
qcow2.h qcow2: Add function for refcount order amendment 2015-12-18 14:34:43 +01:00
qed-check.c
qed-cluster.c
qed-gencb.c
qed-l2-cache.c
qed-table.c
qed.c error: Use error_prepend() where it makes obvious sense 2016-01-13 15:16:17 +01:00
qed.h
quorum.c block: Pass driver-specific options to .bdrv_refresh_filename() 2015-12-18 14:34:42 +01:00
raw-aio.h
raw-posix.c raw-posix: Make aio=native option binding 2015-12-18 14:34:43 +01:00
raw-win32.c
raw_bsd.c
rbd.c
sheepdog.c error: Use error_reportf_err() where it makes obvious sense 2016-01-13 15:16:17 +01:00
snapshot.c block: use drained section around bdrv_snapshot_delete 2015-12-18 14:34:44 +01:00
ssh.c
stream.c
throttle-groups.c
vdi.c
vhdx-endian.c
vhdx-log.c vhdx: Fix "log that needs to be replayed" error message 2016-01-13 15:16:18 +01:00
vhdx.c
vhdx.h
vmdk.c vmdk: Clean up "Invalid extent lines" error message 2016-01-13 15:16:18 +01:00
vpc.c
vvfat.c
win32-aio.c
write-threshold.c