Hi all,
I got it working this time - by dropping all the "if DEBUG_GTE" bits out
of the gpfs.c source code!
For the record - attached is the patch of what I ended up doing against
the 3.0.9 rsync release bundle, taken with:
diff -rupN rsync-3.0.9/ rsync-3.0.9-patched/ >
gpfs_support_rsync-3
Some progress at my end - installing libacl1-dev on my ubuntu dev box
has helped a bit, as has setting:
CFLAGS=-g -O2 -DHAVE_CONFIG_H -DSUPPORT_GPFS -Wall -W
in the Makefile built by configure.
Just down to these errors now:
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -DSUPPORT_GPFS -Wall -W
On Tue, Oct 21, 2008 at 10:02:42AM +1100, Ronnie Sahlberg wrote:
> This patch provides extensions to RSYNC to map to and use filesystem
> extensions present in the IBM GPFS cluster filesystem.
Thanks for the patch! I have looked over your changes, and I have some
preliminary feedback:
- When a