So you probably backported FIO inclusion in run-make-check but missed
automatic FIO retrieval in ceph/CMakeLists.txt.
On 8/28/2018 7:25 PM, Victor Denisov wrote:
I'm backporting changes for run-make-check from master to luminous.
Probably that is why it's failing.
On Tue, Aug 28, 2018 at 3:15 AM Igor Fedotov <ifedotov@xxxxxxx> wrote:
Hi Victor,
you're building master, right?
fio.h is automatically downloaded to build/src during do_cmake phase.
Have you got it there?
As a workaround you can disable FIO usage by switching from ON to OFF
for -DWITH_FIO flag in run-make-check.sh.
In this case you'll be get everything but objectstore FIO plugin.
Thanks,
Igor
On 8/28/2018 8:41 AM, Victor Denisov wrote:
Hi,
I'm trying to run run_make_test.sh, but it fails to find fio.h. I'm
using ubuntu as my build system.
Has someone see this behavior?
Thanks,
Victor.