Bug 235028 - sysutils/moosefs3-master: Update to 3.0.103
Summary: sysutils/moosefs3-master: Update to 3.0.103
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Luca Pizzamiglio
URL: https://moosefs.com
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2019-01-17 17:18 UTC by MooseFS FreeBSD Team
Modified: 2019-01-21 09:15 UTC (History)
2 users (show)

See Also:


Attachments
Update to the latest stable version (3.0.103-1) (2.69 KB, patch)
2019-01-17 17:18 UTC, MooseFS FreeBSD Team
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MooseFS FreeBSD Team 2019-01-17 17:18:35 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-21 09:13:16 UTC
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
Comment 2 Luca Pizzamiglio freebsd_committer freebsd_triage 2019-01-21 09:15:47 UTC
Committed. Thanks!