On Jul 26, 2007 11:44 +0200, H. N. HARAKE wrote: > Dear Andreas, > > I tried to add --disable-server but still i am facing problems: > > /usr/src/packages/BUILD/lustre-1.6.0.1/lustre/lvfs/lvfs_linux.c:466:2: > #error rdonly patchset must be updated [cfs bz11248] > make[7]: ***
Please try changing lvfs_linux.c:465 as below. This should work, though I haven't tried it myself. This part of the code isn't used on a client. -#ifdef LUSTRE_KERNEL_VERSION -#ifdef HAVE_CLEAR_RDONLY_ON_PUT -#error rdonly patchset must be updated [cfs bz11248] -#endif +#ifdef HAVE_CLEAR_RDONLY_ON_PUT Cheers, Andreas -- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. _______________________________________________ Lustre-discuss mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-discuss
