[SCALE 24.10.2.2] Is it Possible to Manually Set Custom iSCSI Extent Block Size?


Hello!

Is it possible to somehow specify a value for the Logical Block Size that isn’t listed in the dropdown menu? Maybe via the API?

For example: 8192b

Probably no?

Never heard of a device with a logical block size of 8192, only ever 512 or 4k.
Is there such a thing?

Some modern SSDs have 8k physical block sizes and benefit from setting ashift=13 (8192b), yes.

But I’m talking about an iSCSI virtual block device, so that’s not really relevant. I’m just trying to figure out if I can customize the extent block size beyond what’s in the dropdown menu in a supported way.

I don’t think you can.

You could make a feature request.

Thanks for your help. Posted a feature request here: iSCSI Setup: More Options for iSCSI Extent Logical Block Size Larger than 4k (4096 bytes)

1 Like

And since the quick answer is that you’d need a use case with actual test results for the request to be considered, I think we’re back here for advice as to

  • How to set up a zvol with >4k extent from the CLI;
  • How to have the GUI manage this zvol for iSCSI sharing.
1 Like

Agreed.

That’s a bit out of my depth, unfortunately.