The vectored_big_iovcnt test was failing intermittently with "aio short
write (16384)".
The test creates an MD device with a fixed size of GLOBAL_MAX (16384
bytes) but calculates the buffer size as 512 * (max_buf_aio + 1). When
max_buf_aio exceeds 31, this results in a buffer larger than the MD
device capacity, causing the write operation to be truncated to the
device size and triggering a test failure