Port details |
- moosefs3-master Fault-tolerant distributed filesystem
- 3.0.116 sysutils
=0 Version of this port present on the latest quarterly branch. - Maintainer: freebsd@moosefs.pro
 - Port Added: 2016-07-26 17:06:12
- Last Update: 2022-07-20 14:23:05
- Commit Hash: ea71236
- License: GPLv2
- Description:
- MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out,
network distributed file system. It spreads data over several physical commodity
servers, which are visible to the user as one resource.
For standard file operations MooseFS acts like any other Unix-like file system.
This port provides: MooseFS master (metadata) server.
WWW: https://moosefs.com/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- moosefs3-master>0:sysutils/moosefs3-master
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/sysutils/moosefs3-master/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/moosefs3-master
- pkg install moosefs3-master
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: moosefs3-master
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1628739237
SHA256 (moosefs-3.0.116-1.tar.gz) = abb933d330ff0f0df8794119e33cf71feb7fb82b51a3bb7ae5985b75df55e0d1
SIZE (moosefs-3.0.116-1.tar.gz) = 1227081
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- sysutils/moosefs3-cgi
- sysutils/moosefs3-cgiserv
- sysutils/moosefs3-chunkserver
- sysutils/moosefs3-cli
- sysutils/moosefs3-client
- sysutils/moosefs3-metalogger
- sysutils/moosefs3-netdump
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_moosefs3-master
- USES:
- python:build
- pkg-message:
- For install:
- A startup script has been installed as:
/usr/local/etc/rc.d/mfsmaster
Use it to start/stop the mfsmaster service after you have added
the following line to your rc.conf file:
mfsmaster_enable="YES"
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:05 3.0.116 |
Tobias C. Berner (tcberner)  |
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 ) |
25 Nov 2021 21:40:11 3.0.116 |
Stefan Eßer (se)  |
*/*: 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) |
18 Aug 2021 20:58:38 3.0.116 |
Tobias C. Berner (tcberner)  Author: Piotr Robert Konopelko (MooseFS) |
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 ) |
06 Apr 2021 14:31:13 3.0.115 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 3.0.115 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
10 Oct 2020 06:32:24
3.0.115 |
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) |
03 Oct 2020 08:48:28
3.0.114 |
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 ) |
08 Aug 2020 08:43:17
3.0.113_1 |
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> |
15 May 2020 19:58:19
3.0.113 |
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 ) |
06 Apr 2020 17:47:17
3.0.112_1 |
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 |
04 Apr 2020 18:04:13
3.0.112 |
tcberner  |
sysutils/moosefs3-master: Update to 3.0.112
PR: 245041
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer) |
08 Mar 2020 15:19:59
3.0.111_2 |
tcberner  |
sysutils/moosefs3-master: Update MooseFS port to use fusefs-libs3
PR: 244467
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer) |
23 Feb 2020 07:33:12
3.0.111_1 |
tcberner  |
sysutils/moosefs3-master: Update to 3.0.111
PR: 244105
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer) |
17 Jan 2020 19:10:12
3.0.109_1 |
tcberner  |
sysutils/moosefs3-master: Update to 3.0.109
PR: 243376
Submitted by: MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer) |
14 Aug 2019 12:16:13
3.0.103_1 |
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
26 Jul 2019 20:46:57
3.0.103_1 |
gerald  |
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 |
10 Mar 2019 16:57:37
3.0.103 |
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) |
21 Jan 2019 09:12:16
3.0.103 |
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 |
24 Jul 2018 03:44:25
3.0.101 |
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) |
18 Feb 2018 13:20:30
3.0.100 |
antoine  |
Clean up some USES=python
PR: 225752
Submitted by: Yasuhiro KIMURA |
28 Jan 2018 16:38:11
3.0.100 |
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) |
07 Dec 2017 15:45:00
3.0.99 |
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 ) |
02 Aug 2017 18:13:26
3.0.97 |
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) |
03 Jul 2017 17:01:59
3.0.94 |
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 ) |
06 May 2017 13:54:46
3.0.92 |
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) |
10 Apr 2017 10:15:43
3.0.91 |
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) |
31 Mar 2017 14:36:07
3.0.90 |
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) |
16 Feb 2017 19:37:54
3.0.88 |
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 ) |
03 Dec 2016 18:07:56
3.0.86 |
riggs  |
Update to upstream version 3.0.86
PR: 215012
Submitted by: freebsd@moosefs.com (maintainer) |
12 Oct 2016 19:42:40
3.0.84 |
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 |
02 Aug 2016 15:23:22
3.0.81 |
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 |
26 Jul 2016 16:56:05
3.0.80 |
feld  |
Add remaining moosefs3-* ports to the ports tree
PR: 210306
Submitted by: Jakub Kruszona-Zawadzki <acid@moosefs.com> |