Right now pbench-fio will only run if it detects fio version 3.21 is installed - any other version and pbench-fio exits with an error. However, the pbench-agent can coexist with more than one fixed major/minor version and we'll likely run into situations where newer major (and possibly minor) versions of RHEL ship a newer fio than the exact match. Most likely a simple >= rather than = test would be sufficient; hopefully there doesn't need to be a list of known-broken versions as that would be ... unfortunate.