summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Use external argp. No longer installs glusterd rc script. Bump revision.joerg1-3/+4
2014-05-18Needs libexecinfo on NetBSD.joerg1-3/+4
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-04-30Bump PKGREVISION for boehm-gc default-on threads, just to be onwiz1-2/+2
the safe side.
2014-04-21recursive bump for boehm-gc API bumpwiz1-3/+2
2014-04-18Upgrade to glusterfs 3.5.0manu1-30/+27
New features includes... - File snapshots - On-wire compression/decompression - Quota sclability - Disk encryption - Brick failure detection
2013-10-04Restore files removed by mistakemanu1-2/+2
2013-10-01Update glusterfs to 3.4.1manu1-3/+3
Disable eager locks, which seem broken on NetBSD for glusterfs-3.4.x
2013-09-08Update glusterfs to 3.4.0. Here are the changes since 3.3.xmanu1-4/+5
* 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.
2013-02-26Needs _KMEMUSER on NetBSD/current.joerg1-1/+2
2012-10-19Bump to glusterfs-3.3.1, which bringsmanu1-10/+7
- unified file and object storage - storage for Hadoop (not tested here) - proactive self-healing - much better performance
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-16Update glusterfs to 3.2.7, a maintenance releasemanu1-3/+3
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz1-2/+1
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-03-31Fix manu's update by updating the package version instead of just thedholland1-4/+3
distinfo and patches.
2012-03-28Update glusterfs to 3.2.6, which is a maintenance releases fixing various bugsmanu1-1/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2011-12-16- SSL bug fixesmanu1-2/+2
- Use secondary groups
2011-12-09- Add experimental support for SSLmanu1-1/+4
- Ignore again .attribute (a patch part that was lost in last upgrade)
2011-11-28Update to glusterfs 3.2.5. This is a bug-fix releasemanu1-4/+3
2011-11-24Fix rebalance operation by using /sbin/mount instead of /bin/mountmanu1-2/+2
2011-10-30Additionnal fixes from upstream to ensure inodes are consistent formanu1-2/+2
all operations (readdir and getattr)
2011-10-25Pull upstream patch to make inode more reliable. LOOKUP and READDIRmanu1-2/+2
cans show different inodes for the same object without that fix.
2011-10-25glusterfs memory usage can grow quite large when using a lot of vnodes,manu1-2/+2
and the amount of data memory involved is not easy to forcast. We therefore raise the limit to the maximum. Patch from Manuel Bouyer. It helps completing a cvs update on a glusterfs volume.
2011-10-16Patch from bouyer@manu1-2/+2
- #include <signal.h> for sigprocmask(2) else we break without COMPAT_13 - usleep(3) shall not be called with argument higher than one second
2011-10-02A patch was lost in 3.2.3 update, this made impossible to open a filemanu1-2/+2
(client complained about O_DIRECTORY being set for a non directory)
2011-09-27Missing commit for 3.2.3 updatemanu1-5/+4
2011-08-20Now that we hide OpenGroup Extended API set 2 from configure, make suremanu1-2/+4
that it is seen here when we actually need it.
2011-08-09- Use linkat(2) if available. This fixes a EPERM error when using rename(2)manu1-2/+2
on a symlink within a glusterfs volume that uses DHT - Consider gfid changes as nn fatal. Glustefs will fix instead of panic.
2011-07-23Update to glusterfs 3.2.2 (maintenance release for bug fixes)manu1-4/+4
2011-07-19Enable georeplicationmanu1-2/+6
2011-07-08Upgrade to glusterfs-3.2.1manu1-4/+4
This release is mostly about bug fixes, and we also fix bugs in the NetBSD port.
2011-06-29Restore a missing patch so that accessing some file cannot producemanu1-2/+2
spurious ENOTDIR
2011-06-06Support the glusterd daemon (volume management tool).manu1-2/+11
2011-05-19Update glusterfs to 3.2. According to http://www.gluster.org, news are:manu1-5/+8
* Geo-Replication * Easily Accessible Usage Quotas * Advanced Monitoring Tools
2011-05-12Add message to use the mount script so that mount -t glusterfs worksmanu1-3/+9
Also remove reference to /etc/mtab in it, prefer /proc/mounts
2011-05-09Fix log directroy creation locationmanu1-2/+2
Have glusterfsd store its pid in startup script
2011-05-08fix HOMEPAGEtnn1-2/+2
2011-04-26Missing trusted.glusterfs.test extended attribute in installation scriptmanu1-1/+2
2011-04-18Update glusterfs to 3.1.4.manu1-3/+28
Major new features according to http://www.gluster.org/ - Elastic Volume Management - New Gluster Console Manager - Dynamic Storage for the data center and cloud
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2010-10-02convert flex dependency from buildlink3 to USE_TOOLS.obache1-2/+3
and bison is also required to build.
2010-08-26This is an experimental port of glusterfs on NetBSD. Don't do this at home!manu1-0/+49