Created attachment 201219 [details] Update to the latest stable version (3.0.103-1) This change in ports passes QA (portlint, poudriere). Recent changes since MooseFS 3.0.101: * MooseFS 3.0.103-1 (2018-11-09) - (master+client) added space reservation for superuser - (bdev) new module for Linux - dedicated block device - (daemons) added optional 'processname_set' function - (daemons) fixed waitpid condition - (cs) added data precaching (posix_fadcvise(WILLNEED)) before reading chunk data - (master) remove chunk copy from structures (instead of leaving as INVALID) when replication returned error - (master) close listen sockets after fork (metadata save in background) - (master) added subprocess for saving downloaded metadata in background (pro only) - (master) fixed mfsrmsnapshot issue (SNAPSHOT flag not set in directories - intr. in 3.0.101) - (mount) added option to load master password from given file - (mount) added extremely fast (>1GB/s) pseudo-random generator visible as a virtual file '.random' in root directory (not listed by ls) - (metatools) added new metatool 'mfsmetadirinfo' - offline version of 'mfsdirinfo -p' - (tools) changed data structure used by 'mfsdirinfo -p' (faster, less memory usage) - (tools) network code refactoring (less code, reconnection to master on error) - (cs) proper disconnection from master during reload (maintenance mode during reload) * MooseFS 3.0.102-1 (2018-07-25) - (cs) changed chunk testing routine (new definition is in MB/s per disk) - (cs) added optional high speed internal rebalancing
A commit references this bug: Author: pizzamig Date: Mon Jan 21 09:12:17 UTC 2019 New revision: 490839 URL: https://svnweb.freebsd.org/changeset/ports/490839 Log: 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 Changes: head/sysutils/moosefs3-client/pkg-plist head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo head/sysutils/moosefs3-master/pkg-plist
Committed. Thanks!