You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the improvements.
I changed offet to offsets at line 687
and changed the default binary from ./fio to which fio
...
What does shift $((OPTIND-1)) gives me as I don' t use any values after the command line options are parsed?
Thanks
Kyle
Hi,
Some improvement can be done:
shift $((OPTIND-1)) is missing after getops in fio.sh
default binary must be: BINARY="/usr/bin/fio" or which fio
line 688: offset ==> offsets
The text was updated successfully, but these errors were encountered: