non port: sysutils/moosefs3-master/Makefile |
SVNWeb
|
Number of commits found: 33 |
Tue, 14 Feb 2023
|
[ 21:56 Florian Smeets (flo) Author: Piotr Robert Konopelko (MooseFS) ] 686526e
sysutils/moosefs3-*: Update MooseFS to 3.0.117
Also update maintainer address.
Changelog: https://github.com/moosefs/moosefs/releases/tag/v3.0.117
PR: 269555
Approved by: maintainer
|
Sun, 18 Sep 2022
|
[ 20:09 Stefan Eßer (se) ] 826837d
sysutils/moosefs3-master: bump PORTREVISION
Florian Smeets reports that a rebuild of moosefs3-client is required
after a recent update of the fusefs-libs3 port.
Error message:
ld-elf.so.1: mfsmount: Undefined symbol "fuse_parse_cmdline@FUSE_3.0"
Reported by: Florian Smeets <flo@smeets.xyz>
Approved by: portmgr (implicit)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Thu, 25 Nov 2021
|
[ 21:40 Stefan Eßer (se) ] 04b9da4 (Only the first 10 of 188 ports in this commit are shown above. )
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
|
Wed, 18 Aug 2021
|
[ 20:58 Tobias C. Berner (tcberner) Author: Piotr Robert Konopelko (MooseFS) ] 9176056
sysutils/moosefs3-*: update to 3.0.116
Recent changes since MooseFS 3.0.115:
* MooseFS 3.0.116-1 (2021-08-10)
- (check) making clock test less prone to single failure
- (master) added protection against listing too big directory
- (master) servers in 'rebalance' state are now allowed to be used in
replication
- (cs) changed handling 'load+hlstatus' packet
- (mount) added symlink cache timeout
- (master) added option to define inode reuse delay
- (cgi+cli) fixed division by zero when scount is zero (no chunkservers -
issue #412)
- (master) added inode virtual length for append mode
- (mount) moved rwlock from descriptor to inode (fixes append issues) (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 10 Oct 2020
|
[ 06:32 lbartoletti ]
sysutils/moosefs3-master: Update MooseFS to 3.0.115
Changelog:
- https://github.com/moosefs/moosefs/releases/tag/v3.0.115
PR: 250239
Submitted by: Piotr Robert Konopelko (MooseFS) (maintainer)
|
Sat, 3 Oct 2020
|
[ 08:48 tcberner ]
sysutils/moosefs3: pdate to 3.0.114-1
* MooseFS 3.0.114-1 (2020-07-27)
- (mount) fixed trunacting files open with O_APPEND flag (bug itntr. in
3.0.113, issue #368)
- (cs) added disk rebalance when all designated source disks are already empty
(issue #364)
- (mount) added additional info to '.params' file (versions of mfs,libfuse
itp.)
- (master+cs) added check against EACCES after lockf (according to Linux man -
such stupid error can be returned here - issue #369)
- (master) fixed access checks in snapshot
- (cgi+cli) removed using supervisor (only available in PRO version)
- (cs) fixed deadlock condition on mutexes 'folderlock' and 'hashlock' (exists
since 3.0.110)
- (tools) fixed oveflow protection in number parsing function
- (cs) fixed reporting to master duplicates with newer version
- (cs) changed job queue policy (some tasks are not limited now)
- (master) fixed reaction to status NOTDONE received from chunkservers (Only the first 15 lines of the commit message are shown above )
|
Sat, 8 Aug 2020
|
[ 08:43 tcberner ]
sysutils/moosefs3-master: mfsmaster rc, add BEFORE: mountlate
PR: 248152
Submitted by: Ronny Forberger <ronnyforberger@ronnyforberger.de>
Approved by: Piotr Robert Konopelko (MooseFS) <piotr.konopelko@moosefs.pro>
|
Fri, 15 May 2020
|
[ 19:58 tcberner ]
sysutils/moosefs3-master: Update to 3.0.113
Recent changes since MooseFS 3.0.112:
* MooseFS 3.0.113-1 (2020-05-04)
- (master) removed unnecessary debug syslog messages
- (check) increased usleep tolerance due to some operating systems (issue
#351)
- (master) changed condition that decides if master should wait for more
chunks during I/O
- (mount) delayed setting channel for fuse notifications (very rare segfault
in libfuse2 during init)
- (client+master) changed conditions for ancestor test in getattr (issue #350)
- (cs) added parameter for number of chunks to be send in single register
packet
- (cs) fixed reporting damaged chunks in testing function (issue #352)
- (cs) removed some unnecessary damaged chunk notifications
- (client) changed open test in setattr (related to issue #350)
- (master) fixed handling truncate for open files (related to issue #350)
- (master) added uid mapping in setfacl function (Only the first 15 lines of the commit message are shown above )
|
Mon, 6 Apr 2020
|
[ 17:47 tcberner ]
sysutils/moosefs3-master: fix fetch
Technically wrong is better than litterally broken.
- The port uses PORTREVISION as part of the distname at the moment.
Until a proper fix for this is provided, quickly make it work again.
PR: 245041
|
Sat, 4 Apr 2020
|
[ 18:04 tcberner ]
sysutils/moosefs3-master: Update to 3.0.112
PR: 245041
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)
|
Sun, 8 Mar 2020
|
[ 15:19 tcberner ]
sysutils/moosefs3-master: Update MooseFS port to use fusefs-libs3
PR: 244467
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)
|
Sun, 23 Feb 2020
|
[ 07:33 tcberner ]
sysutils/moosefs3-master: Update to 3.0.111
PR: 244105
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)
|
Fri, 17 Jan 2020
|
[ 19:10 tcberner ]
sysutils/moosefs3-master: Update to 3.0.109
PR: 243376
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Sun, 10 Mar 2019
|
[ 16:57 linimon ]
Add compiler:c11 to USES to fix build on gcc-based architectures.
PR: 235991
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Mon, 21 Jan 2019
|
[ 09:12 pizzamig ]
sysutils/moosefs3-master: Update to 3.0.103
The master port will upgrade all the moosefs3-* related ports as well.
Changelog available in the PR.
PR: 235028
Submitted by: maintaner
|
Tue, 24 Jul 2018
|
[ 03:44 lifanov ]
update MooseFS to 3.0.101
* MooseFS 3.0.101-1 (2018-07-12)
- (master) make under goal replications respect topology (patch made by
tclh123)
- (master) fix inforec undergoal (patch made by tclh123)
- (cgiserv) fixed handling connection close during data sending (leaving
active pipes which caused leaving mfs.cgi subprocesses)
- (mount) decreased memory usage (fixed handling buffers allocated per thread)
- (all) setting correct errno when read returns 0 (in sockets.c)
- (mount) fixed double free of plock_data structure
- (master) fixed inconsistency in calculating realsize when storage class
definition has changed
- (master+mount) fixed handling read-only filesystems (ro flag in exports and
lookup-open lflags)
- (all) fixed differences in defaults between source, config and manpages
- (all) added 'nobreak' macro to explicitly inform compiler that intentionally
there is no 'break' before following 'case'
- (mount) added 'mfssuid' and 'mfsdev' options to mount (allows mounting with
suid/dev options using system mount on Linux)
- (cs) added using posix_fadvise(...DONTNEED) for tested chunks
- (master) fixed HA bug (uninitialized variable might cause everlasting ELECT
- PRO only)
- (cs) fixed metaid handling
- (master) added clearing SNAPHSOT eattr on file/directory modifications
- (master) added optional same rack preference for destination server during
undergoal replications
- (mount+tools) increased masterproxy timeout from 1s to 20s
PR: 229999
Submitted by: freebsd@moosefs.org (maintainer)
|
Sun, 18 Feb 2018
|
[ 13:20 antoine ]
Clean up some USES=python
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Sun, 28 Jan 2018
|
[ 16:38 lifanov ]
update MooseFS to 3.0.100
Recent changes since MooseFS 3.0.99:
* MooseFS 3.0.100-1 (2018-01-24)
- (cs) fixed rare segfault during chunk sending to master after disconection
- (mount) added thread for cleaning released files with delay
- (mount) added assertion for lru cache (sustained open files)
- (master+mount) added chunks data cache invalidation after chunksever
disconnection and reconnection
- (mount) changed (lowered) number of connection retries (depends on I/O retry
counter)
PR: 225460
Submitted by: freebsd@moosefs.com (maintainer)
|
Thu, 7 Dec 2017
|
[ 15:45 lifanov ]
update MooseFS to 3.0.99
Recent changes since MooseFS 3.0.97:
* MooseFS 3.0.99-1 (2017-11-23)
- (master) disconnect all clients when exports has changed
- (mount) do not show message about 'negative travel time' when the measured
time is zero (happens in virtual machines)
- (all) fixed get16bit function on big-endian machines
* MooseFS 3.0.98-1 (2017-10-12)
- (mount) changed default cache mode on OS X from 'direct' to 'auto' due to
problems with mmap
- (cgiserv) added seteuid to 'mfs' or 'nobody'
- (cs+tools) use readdir instead of readdir_r on glibc 2.24+ (Only the first 15 lines of the commit message are shown above )
|
Wed, 2 Aug 2017
|
[ 18:13 lifanov ]
update MooseFS to 3.0.97-1
* MooseFS 3.0.97-1 (2017-08-01)
- (tools) fixed trash/sustained size desynchronization after file length
changed by chunk creation
- (mount) fixed handling invalid arguments in posix lock command
* MooseFS 3.0.96-1 (2017-07-25)
- (tools) fixed segfault in mfsscadmin
* MooseFS 3.0.95-1 (2017-07-17)
- (mount+master) added update master version during reconnection to master
(after updating master server)
- (master) fixed winattr field size in setattr command
- (mount) fixed dirattrcache (freezes or inefficiences during listing
directories - introduced in 3.0.93)
- (cgi) fixed displaying master charts without leader (pro only)
- (mount) added info about using open dir cache in oplog/ophisotry
PR: 221183
Submitted by: freebsd@moosefs.com (maintainer)
|
Mon, 3 Jul 2017
|
[ 17:01 lifanov ]
update MooseFS to 3.0.94-1
Recent changes since MooseFS 3.0.92-1:
* MooseFS 3.0.94-1 (2017-06-22)
- (mount) fixed support for CREATE/REPLACE flags in setxattr
- (mount) added headers for flock defines
- (all) added check for poll.h header file and use it instead of sys/poll.h if
possible
- (master) added test for WRITE access on directory during moving between
different parents
- (master) added clearing suig/sgid during write
- (master+mount) increased max symlink path size to 4096 (posix compliance)
* MooseFS 3.0.93-1 (2017-06-01)
(Only the first 15 lines of the commit message are shown above )
|
Sat, 6 May 2017
|
[ 13:54 lifanov ]
update sysutils/moosefs3-* to 3.0.92
* MooseFS 3.0.92-1 (2017-04-27)
- (master+tools) added chunk slices to mfsappendchunks
- (tools) added archive mode tools
- (master+mount) fixed getfacl (unnecessary check for read rights for uid/gid)
- (master) fixed changing acl mask during setattr
PR: 219087
Submitted by: freebsd@moosefs.com (maintainer)
|
Mon, 10 Apr 2017
|
[ 10:15 madpilot ]
Update sysutils/moosefs3-master to 3.0.91
Recent changes since MooseFS 3.0.90:
* MooseFS 3.0.91-1 (2017-04-07)
- (all) silence false warnings generated by static analyzers (clang and
cppcheck)
- (master) fixed quota testing routine used during 'move/rename'
- (all) added README.md to distribution
- (cs+mount) decreased delay in conncache
- (mount) fixed reading done by many (20+) threads using one descriptor
(premature removing requests from queue during cleaning)
PR: 218502
Submitted by: freebsd@moosefs.com (maintainer)
|
Fri, 31 Mar 2017
|
[ 14:36 lifanov ]
update sysutils/moosefs3-master to 3.0.90
Recent changes since MooseFS 3.0.88:
* MooseFS 3.0.90-1 (2017-03-15)
- (master) fixed 'move/rename' with quota
- (master) fixed chunk counters shown in cli/cgi
- (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot
- (master) fixed acl copying during mfsmakesnapshot
* MooseFS 3.0.89-1 (2017-02-21)
- (mount) added fixing file length in all inodes after write
- (cs) split bitfiled into separate bytes (fixed potential race condition)
- (master) setting operation to NONE before sending status (silence
unnecessary messages in some cases)
- (cs) increased verbosity of crc-error messages
- (cs) fixed invalidating preserved block in case of truncate down followed by
truncate up
- (mount) increased master-proxy buffer sizes
PR: 218222
Submitted by: freebsd@moosefs.com (maintainer)
|
Thu, 16 Feb 2017
|
[ 19:37 lifanov ]
update sysutils/moosefs3-master to 3.0.88-1
* MooseFS 3.0.88-1 (2017-02-08)
- (mount) added read cache clean on write (same file access using different
descriptors)
- (mount) added missing cond_destroy in readdata.c (fix sent by Jakub
Ratajczak)
- (master) fixed initializing packet size for reading 'sustained' directory
- (all) fixed zassert for printing correct statuses in case of pthread
functions
* MooseFS 3.0.87-1 (2017-02-01)
- (mount) fix fleng in finfo after truncate (patched by Davies Liu)
- (mount) fix overlapped read (patched by Davies Liu)
- (mount) fixed invalidating chunk cache after truncate
- (mount) fixed fleng handling in read worker (Only the first 15 lines of the commit message are shown above )
|
Sat, 3 Dec 2016
|
[ 18:07 riggs ]
Update to upstream version 3.0.86
PR: 215012
Submitted by: freebsd@moosefs.com (maintainer)
|
Wed, 12 Oct 2016
|
[ 19:42 pawel ]
Update to version 3.0.84
* MooseFS 3.0.84-1 (2016-10-06)
- (master) fixed setting acl-default without named users or named groups
- (master) fixed master-follower synchronization after setting storage class
* MooseFS 3.0.83-1 (2016-09-30)
- (cs) changed header size from 5k to 8k (due to 4k-sector hard disks)
* MooseFS 3.0.82-1 (2016-09-28)
- (all) silenced message about using deprecated parameter 'oom_adj'
- (mount) fixed FreeBSD delayed release mechanism
- (mount) added rwlock for chunks
PR: 213395
Submitted by: maintainer
|
Tue, 2 Aug 2016
|
[ 15:23 feld ]
sysutils/moosefs3-master: Update to 3.0.81
- Pet PORTLINT as well
Changelog:
* MooseFS 3.0.81-1 (2016-07-25)
- (mount) fixed oom killer disabling (setting oom_adj and oom_score_adj)
- (cli) fixed displaying inactive mounts
- (mount) added fsync before removing any locks
- (daemons) added disabling oom killer (Linux only)
- (all) small fixes in manpages
- (mount) fixed handling nonblocking lock commands (unlock and try) in both
locking mechanisms
- (daemons+mount) changed default settings for limiting malloc arenas (Linux
only)
PR: 211527
|
Tue, 26 Jul 2016
|
[ 16:56 feld ] (Only the first 10 of 39 ports in this commit are shown above. )
Add remaining moosefs3-* ports to the ports tree
PR: 210306
Submitted by: Jakub Kruszona-Zawadzki <acid@moosefs.com>
|
Number of commits found: 33 |