On 11/6/20 4:07 PM, Eric Sandeen wrote: > When dynamic engines are enabled, "fio --enghelp" does not list all > available engines as the man page says it will: > > If no ioengine is given, list all available ioengines. > > Fix this by opening FIO_EXT_ENG_DIR and attempting dlopen_ioengine > everything that's found there. The last(?) thing that would be nice to fix for the dynamic engines is to not hardcode FIO_EXT_ENG_DIR to /usr/lib/fio since many systems will be using /usr/lib64, but I'm not really sure how to do that best in the hardcoded configure world of fio ... I could hack something up. -Eric