commit | 8b1847445159ff6c12e7a24f04dc989ff97e34d4 | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Wed Jun 01 15:10:01 2016 -0600 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jun 08 10:21:08 2016 +0200 |
tree | a3c61bf77b983bcbb04282d08cee881baf6bbb8e | |
parent | ebb718a5c7240f6ffb308e0d0b67a92c3b63b91c [diff] |
iscsi: Use block size as minimum zero/discard alignment If hardware does not advertise a minimum zero/discard alignment, we still want to guarantee that the block layer will align requests to our blocks, rather than the arbitrary 512-byte BDRV sector size. Signed-off-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>