Bug 246416 - sysutils/moosefs3-master: Update to 3.0.113
Summary: sysutils/moosefs3-master: Update to 3.0.113
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: Tobias C. Berner
URL: https://github.com/moosefs/moosefs/re...
Keywords: buildisok, easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2020-05-12 13:40 UTC by MooseFS FreeBSD Team
Modified: 2020-05-15 19:59 UTC (History)
2 users (show)

See Also:


Attachments
Update MooseFS to the latest stable version (3.0.113-1) (1.49 KB, patch)
2020-05-12 13:40 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 2020-05-12 13:40:02 UTC
Created attachment 214413 [details]
Update MooseFS to the latest stable version (3.0.113-1)

The master port will update all the moosefs3-* related ports as well.

This change in ports passes QA (portlint, poudriere).

This change fixes MooseFS ports issues that were found in bug 245041 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245041)

Thank you,
Piotr / MooseFS Team

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
  - (master+client) added support for atomic truncate with open
  - (master+client) fixed keep cache conditions
  - (cs) introduced official label format defined in chunkserver configuration
  - (nbd) added readonly mode and locking
  - (cs) fixed condition in choosing disks for internal rebalance
  - (mount) added workaround in access for a bug in FreeBSD kernel (issue #354)
  - (cs) fixed master reconnection conditions (reload usually shouldn't cause reconnection)
  - (freebsd) fixed FreeBSD port (makeports.sh)
  - (master) changed disk removal detection algorithm (issue #356)
  - (cs) fixed calculating size limits
  - (cs) added handling inode limits in local filesystems on chunkservers (issue #358)
  - (master) added topology grouping when new chunks are about to be created (prefer closer servers)
  - (master) added more error messages to bgsaver
  - (cs) added changing subfolder during internal rebalance (related to issue #326)
  - (master+cs) added optional logging of long function execution times
  - (all) fixes of small errors found by static code analysers
  - (mount) turn off dentry invalidator for Linux kernels >= 4.19 (related to issue #357)
  - (master) changed condition that checks timestamp in changelogs (less prone to small clock differences)
  - (daemons) added time refresh function (for future use)
  - (cgi+cli) changed mark for removal state name UNKNOWN->PENDING (related to issue #359)
  - (client) decreased max IDLE time in writer module from 1s to 0.1s
  - (client) update inode in dentry invalidator
  - (tools) fixed mfscopyeattr, mfsseteattr and mfs*arch tools
  - (master+client) added support for new eattrs: immutable, appendonly, undeletable (setting new undeletable extra attribute appropriately can help with issues like #357)
  - (client) silenced "kern.proc.filedesc" syslog messages on FreeBSD (issue #360)
Comment 1 Automation User 2020-05-12 13:55:42 UTC
Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/145196579
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2020-05-14 14:17:45 UTC
Moin moin 

Awesome, thank you.

Couldn't you use 
DISTVERSIONSUFFIX=	-1


mfg Tobias
Comment 3 MooseFS FreeBSD Team 2020-05-14 14:38:37 UTC
(In reply to Tobias C. Berner from comment #2)

Hi Tobias,

So, if I understand correctly, you would like it to be:

DISTVERSION=		3.0.113
DISTVERSIONSUFFIX=	-1

DISTNAME=		moosefs-${DISTVERSION}${DISTVERSIONSUFFIX}

Best,
Piotr
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2020-05-14 14:45:43 UTC
Yes, exactly, but as your PORTNAME is "wrong" you still will have to set the DISTNAME manually, so there is not really any benefit to the change to be honest :)
Comment 5 MooseFS FreeBSD Team 2020-05-14 14:54:46 UTC
(In reply to Tobias C. Berner from comment #4)

Exactly. And we cannot use just "moosefs" as PORTNAME since we don't want users to upgrade to next major releases "automatically" or unconsciously – see more discussion on this matter at:

* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210306#c4
* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210306#11

Therefore I believe that current port is good enough and we can move forward with it. For sure it is better than previous one :)

Best regards,
Piotr
Comment 6 MooseFS FreeBSD Team 2020-05-14 14:57:10 UTC
(In reply to MooseFS FreeBSD Team from comment #5)

Sorry for the issue in URL, I meant:

* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210306#c4
* https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210306#c11

Piotr
Comment 7 Tobias C. Berner freebsd_committer freebsd_triage 2020-05-15 19:58:31 UTC
Committed. Thanks.
Comment 8 commit-hook freebsd_committer freebsd_triage 2020-05-15 19:59:21 UTC
A commit references this bug:

Author: tcberner
Date: Fri May 15 19:58:19 UTC 2020
New revision: 535332
URL: https://svnweb.freebsd.org/changeset/ports/535332

Log:
  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
    - (master+client) added support for atomic truncate with open
    - (master+client) fixed keep cache conditions
    - (cs) introduced official label format defined in chunkserver configuration
    - (nbd) added readonly mode and locking
    - (cs) fixed condition in choosing disks for internal rebalance
    - (mount) added workaround in access for a bug in FreeBSD kernel (issue #354)
    - (cs) fixed master reconnection conditions (reload usually shouldn't cause reconnection)
    - (freebsd) fixed FreeBSD port (makeports.sh)
    - (master) changed disk removal detection algorithm (issue #356)
    - (cs) fixed calculating size limits
    - (cs) added handling inode limits in local filesystems on chunkservers (issue #358)
    - (master) added topology grouping when new chunks are about to be created (prefer closer servers)
    - (master) added more error messages to bgsaver
    - (cs) added changing subfolder during internal rebalance (related to issue #326)
    - (master+cs) added optional logging of long function execution times
    - (all) fixes of small errors found by static code analysers
    - (mount) turn off dentry invalidator for Linux kernels >= 4.19 (related to issue #357)
    - (master) changed condition that checks timestamp in changelogs (less prone to small clock differences)
    - (daemons) added time refresh function (for future use)
    - (cgi+cli) changed mark for removal state name UNKNOWN->PENDING (related to issue #359)
    - (client) decreased max IDLE time in writer module from 1s to 0.1s
    - (client) update inode in dentry invalidator
    - (tools) fixed mfscopyeattr, mfsseteattr and mfs*arch tools
    - (master+client) added support for new eattrs: immutable, appendonly, undeletable (setting new undeletable extra attribute appropriately can help with issues like #357)
    - (client) silenced "kern.proc.filedesc" syslog messages on FreeBSD (issue #360)

  PR:		246416
  Submitted by:	MooseFS FreeBSD Team <freebsd@moosefs.pro>  (maintainer)

Changes:
  head/sysutils/moosefs3-master/Makefile
  head/sysutils/moosefs3-master/distinfo