<div dir="ltr">Hello,<br><br>I hope I&#39;m communicating in the right place here, I&#39;m currently working to compile Lustre 2.14.0-RC2 on Debian 10.7 with ZFS 2.0.2 for OSDs. If there&#39;s anything I can do to help with the testing effort or help Lustre&#39;s Debian support be more robust, please let me know! I hope I&#39;m not too late in the release cycle to contribute. <br><br>On the topic of compiling, I&#39;m currently working to get debian packages made and running into a compilation issue that didn&#39;t seem to present on my previous endeavors with 2.13 and 0.7. I&#39;ve got the kernel and zfs locally built and their packages made, and lustre&#39;s configure step successfully completes, but when it comes to compiling it appears that the osd-zfs portion has some broken include links:<br><br>In file included from /zfs-linux-2.0.2/include/sys/arc.h:32,<br>                 from /lustre-debian/lustre/osd-zfs/osd_internal.h:51,<br>                 from /lustre-debian/lustre/osd-zfs/osd_handler.c:52:<br>/zfs-linux-2.0.2/include/sys/zfs_context.h:45:10: fatal error: sys/types.h: No such file or directory<br> #include &lt;sys/types.h&gt;<br><br>For reference, my configure and make looks like:<br>./configure --with-linux=/linux-4.19.171-2/  \<br>             --with-linux-obj=linux-4.19.171-2/debian/build/build_amd64_none_amd64 \<br>             --with-zfs=/zfs-linux-2.0.2 \<br>              --enable-server --enable-modules --disable-ldiskfs<br>make -j&quot;$(nproc)&quot; debs<br><br><br>From the error and some probing, it looks like zfs_context.h expects some header files to be in their libc standard `/usr/include/sys` (or somewhere abouts), but lustre&#39;s make process is pulling them from the linux sources in `SRC/include/linux/`. Predictably, I found this out the hard way by adding `-I/usr/include` to the Makefile for the zfs osds and getting battered with errors and warnings about duplicate definitions. <br><br>I&#39;m more than happy to provide more detailed information on my setup, and any and all suggestions/guidance is greatly appreciated!<br><br><br><br>Best regards,<br>Christian</div>