Bug 229999 - sysutils/moosefs3-master: Update to 3.0.101
Summary: sysutils/moosefs3-master: Update to 3.0.101
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: Nikolai Lifanov
URL: https://moosefs.com
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2018-07-24 01:09 UTC by MooseFS FreeBSD Team
Modified: 2018-07-24 09:38 UTC (History)
1 user (show)

See Also:


Attachments
Update to the latest stable version (3.0.101-1) (1.24 KB, patch)
2018-07-24 01:09 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 2018-07-24 01:09:47 UTC
Created attachment 195407 [details]
Update to the latest stable version (3.0.101-1)

This is a small change in ports and passes QA (portlint, poudriere).


Recent changes since MooseFS 3.0.100:

* 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
Comment 1 Nikolai Lifanov freebsd_committer freebsd_triage 2018-07-24 03:44:45 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-24 03:45:03 UTC
A commit references this bug:

Author: lifanov
Date: Tue Jul 24 03:44:25 UTC 2018
New revision: 475223
URL: https://svnweb.freebsd.org/changeset/ports/475223

Log:
  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)

Changes:
  head/sysutils/moosefs3-master/Makefile
  head/sysutils/moosefs3-master/distinfo
Comment 3 MooseFS FreeBSD Team 2018-07-24 09:38:39 UTC
Thanks!

Best,
Peter