Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 950D77137D for ; Sun, 8 Sep 2013 03:38:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EB82314A25F; Sun, 8 Sep 2013 03:38:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0CED14A262 for ; Sun, 8 Sep 2013 03:38:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VqL-zyPxLiG5 for ; Sun, 8 Sep 2013 03:38:52 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id DD92C14A25D for ; Sun, 8 Sep 2013 03:38:52 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D785996; Sun, 8 Sep 2013 03:38:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Sep 2013 03:38:52 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: pkgsrc/filesystems/glusterfs To: pkgsrc-changes@NetBSD.org Reply-To: manu@netbsd.org X-Mailer: log_accum Message-Id: <20130908033852.D785996@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: manu Date: Sun Sep 8 03:38:52 UTC 2013 Modified Files: pkgsrc/filesystems/glusterfs: Makefile PLIST distinfo Added Files: pkgsrc/filesystems/glusterfs/patches: patch-libglusterfs_src_glusterfs.h Removed Files: pkgsrc/filesystems/glusterfs: MESSAGE.ssl pkgsrc/filesystems/glusterfs/patches: patch-argp-standalone_argp-fmtstream.c patch-argp-standalone_argp-fmtstream.h patch-da patch-db patch-libglusterfs_src_rbthash.c patch-rpc_rpc-lib_src_rpc-clnt.c patch-rpc_rpc-lib_src_rpcsvc.c Log Message: Update glusterfs to 3.4.0. Here are the changes since 3.3.x * Improvements for Virtual Machine Image Storage A number of improvements have been performed to let Gluster volumes provide storage for Virtual Machine Images. Some of them include: - qemu / libgfapi integration. - Causal ordering in write-behind translator. - Tunables for a gluster volume in group-virt.example. The above results in significant improvements in performance for VM image hosting. * Synchronous Replication Improvements GlusterFS 3.4 features significant improvements in performance for the replication (AFR) translator. This is in addition to bug fixes for volumes that used replica 3. * Open Cluster Framework compliant Resource Agents Resource Agents (RA) plug glusterd into Open Cluster Framework (OCF) compliant cluster resource managers, like Pacemaker. The glusterd RA manages the glusterd daemon like any upstart or systemd job would, except that Pacemaker can do it in a cluster-aware fashion. The volume RA starts a volume and monitors individual brick?s daemons in a cluster aware fashion, recovering bricks when their processes fail. * POSIX ACL support over NFSv3 setfacl and getfacl commands now can be used on a nfs mount that exports a gluster volume to set or read posix ACLs. * 3.3.x compatibility The new op-version infrastructure provides compatibility with 3.3.x release of GlusterFS. 3.3.x clients can talk to 3.4.x servers and the vice-versa is also possible. If a volume option that corresponds to 3.4 is enabled, then 3.3 clients cannot mount the volume. * Packaging changes New RPMs for libgfapi and OCF RA are present with 3.4.0. * Experimental Features - RDMA-connection manager (RDMA-CM) - New Block Device translator - Support for NUFA As experimental features, we don?t expect them to work perfectly for this release, but you can expect them to improve dramatically as we make successive 3.4.x releases. * Minor Improvements: - The Ext4 file system change which affected readdir workloads for Gluster volumes has been addressed. - More options for selecting read-child with afr available now. - Custom layouts possible with distribute translator. - No 32-aux-gid limit - SSL support for socket connections. - Known issues with replica count greater than 2 addressed. - quick-read and md-cache translators have been refactored. - open-behind translator introduced. - Ability to avoid glusterfs bind to reserved ports. - statedumps are now created in /var/run/gluster instead of /tmp by default. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 pkgsrc/filesystems/glusterfs/MESSAGE.ssl cvs rdiff -u -r1.34 -r1.35 pkgsrc/filesystems/glusterfs/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/filesystems/glusterfs/PLIST cvs rdiff -u -r1.27 -r1.28 pkgsrc/filesystems/glusterfs/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/filesystems/glusterfs/patches/patch-argp-standalone_argp-fmtstream.c \ pkgsrc/filesystems/glusterfs/patches/patch-argp-standalone_argp-fmtstream.h \ pkgsrc/filesystems/glusterfs/patches/patch-da \ pkgsrc/filesystems/glusterfs/patches/patch-db \ pkgsrc/filesystems/glusterfs/patches/patch-libglusterfs_src_rbthash.c \ pkgsrc/filesystems/glusterfs/patches/patch-rpc_rpc-lib_src_rpc-clnt.c \ pkgsrc/filesystems/glusterfs/patches/patch-rpc_rpc-lib_src_rpcsvc.c cvs rdiff -u -r0 -r1.1 \ pkgsrc/filesystems/glusterfs/patches/patch-libglusterfs_src_glusterfs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.