On Mon, Jul 16, 2018 at 11:21:35AM +0200, patrice.lucas(a)cea.fr wrote:
I'm trying to update Ganesha CEA Continuous-Integration tests by
setting a
new configuration over FEDORA 28.
I'm facing a first cmake error because the "attr/xattr.h" file seems not
to
exist anymore in Fedora 28. This file is claimed by the gluster FSAL.
Does anyone already compile the Gluster FSAL over Fedora 28 ?
Should we remove the use of "attr/xattr.h" by the gluster fsal ? Which is
the bast replacement for "attr/xattr.h" ?
You should be able to install libattr-devel and get the headers. It
should get pulled in when you install glusterfs-api-devel that is needed
for FSAL_GLUSTER.
HTH,
Niels