Hi Davide,

Last year you noticed

> just an heads up, testing build of robinhood 3.1.5 with latest lustre
> 2.12.3 client.
>
> robinhood build fails 2 unused functions in
> compilingsrc/common/lustre_tools.c

did you get a workaround for this? I've just hit it with a quick build
of 3.1.5 against 2.12.4 and I suspect hit the same issue you did:, ie

...
  CC       rbh_modules.lo
  CC       basename.lo
  CC       lustre_tools.lo
lustre_tools.c: In function 'lustre_mds_stat':
lustre_tools.c:874:21: error: 'struct lov_user_mds_data_v2' has no
member named 'lmd_st'
         *inode = lmd->lmd_st;
                     ^
lustre_tools.c: In function 'lustre_mds_stat_by_fid':
lustre_tools.c:959:17: error: 'struct lov_user_mds_data_v2' has no
member named 'lmd_st'
     *inode = lmd->lmd_st;
                 ^
Makefile:429: recipe for target 'lustre_tools.lo' failed
make[2]: *** [lustre_tools.lo] Error 1
make[2]: *** Waiting for unfinished jobs....


_______________________________________________
robinhood-support mailing list
robinhood-support@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to