head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.4 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.2 pkgsrc-2012Q4-base:1.4 pkgsrc-2012Q3:1.3.0.8 pkgsrc-2012Q3-base:1.3 pkgsrc-2012Q2:1.3.0.6 pkgsrc-2012Q2-base:1.3 pkgsrc-2012Q1:1.3.0.4 pkgsrc-2012Q1-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q3:1.2.0.2 pkgsrc-2011Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2012.10.19.04.15.21; author manu; state dead; branches; next 1.3; 1.3 date 2011.10.06.02.19.06; author manu; state Exp; branches; next 1.2; 1.2 date 2011.09.18.01.36.06; author manu; state Exp; branches; next 1.1; 1.1 date 2011.08.09.07.15.42; author manu; state Exp; branches; next ; desc @@ 1.4 log @Bump to glusterfs-3.3.1, which brings - unified file and object storage - storage for Hadoop (not tested here) - proactive self-healing - much better performance @ text @$NetBSD: patch-bv,v 1.3 2011/10/06 02:19:06 manu Exp $ Use linkat(2) if available so that we can make a hardlink to symlink itself, instead of symlink destination, like link(2) does. This is required to support moving symlinks on distributed volumes, as glusterfsd really wants to hardlink the symlink and not its target. If linkat(2) is inavailable, then moving a symlink on distributed volumes fails. --- config.h.in.orig 2011-08-23 14:31:46.000000000 +0200 +++ config.h.in 2011-09-17 15:45:30.000000000 +0200 @@@@ -38,8 +38,11 @@@@ /* define if found malloc_stats */ #undef HAVE_MALLOC_STATS +/* define if found linkat */ +#undef HAVE_LINKAT + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* readline enabled CLI */ @ 1.3 log @Add missing comments and RCSId in 3.2.3 patches, fix patch-bb checksum @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update glusterfs to 3.2.3 This maintenance release with no new features. Majot bug fixes are: Bug 2464 Fixed all the issues caused by GFID mismatch during distribute rename. Bug 2988 Fixed the issue of high CPU usage when Directory Quota is enabled. Bug 3122 Enhanced the volume set interface to support io-threads on the client. Bug 3210 Fixed the issue of modified mtime/atime of the files after rebalance operation. Bug 3191 Fixed the issue with symlinks during rebalance operation. @ text @d1 10 @ 1.1 log @- Use linkat(2) if available. This fixes a EPERM error when using rename(2) on a symlink within a glusterfs volume that uses DHT - Consider gfid changes as nn fatal. Glustefs will fix instead of panic. @ text @d1 3 a3 7 $NetBSD$ Check for linkat() --- config.h.in.orig 2011-08-03 09:18:25.000000000 +0200 +++ config.h.in 2011-08-03 09:18:44.000000000 +0200 @@@@ -35,8 +35,11 @@@@ @