Linux: writes are split into 512K chunks

后端 未结 5 1532
野性不改
野性不改 2020-12-19 10:33

I have a user-space application that generates big SCSI writes (details below). However, when I\'m looking at the SCSI commands that reach the SCSI target (i.e. the storage,

5条回答
  •  温柔的废话
    2020-12-19 11:25

    There's a max sectors per request attribute of the block driver. I'd have to check how to modify it. You used to be able to get this value via blockdev --getmaxsect but I'm not seeing the --getmaxsect option on my machine's blockdev.

提交回复
热议问题