init: error out when readonly is set for a trim/verify workload
authorVincent Fu <vincentfu@gmail.com>
Mon, 31 Mar 2025 14:01:30 +0000 (10:01 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 7 Apr 2025 14:54:38 +0000 (10:54 -0400)
commit940837453a72c3babfd02fdc042e1e64de59a3c1
treeb6ac2a208fefe3ef54e6edf961d0d4855d40b589
parent15bac8753a8d533fd74ef51d59cc9265e712834e
init: error out when readonly is set for a trim/verify workload

Fio may issue trim commands for a verify/trim job. Abort and print an
error message if this type of job is run with the --readonly option.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
init.c