I’m trying to setup workload where 70% of the IOs are read and 30% are write, but all reads would be 4k reads, and all writes would be 8k. Is this possible with FIO? I see that I can set bssplit=4k/70:8k/30 but where how would I ensure that all 4k are reads?