Bug 250060 - sysutils/moosefs3-master: Update to 3.0.114
Summary: sysutils/moosefs3-master: Update to 3.0.114
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: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2020-10-02 23:28 UTC by MooseFS FreeBSD Team
Modified: 2020-10-03 10:05 UTC (History)
2 users (show)

See Also:


Attachments
Update MooseFS to the latest stable version (3.0.114-1) (1.30 KB, patch)
2020-10-02 23:28 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-10-02 23:28:58 UTC
Created attachment 218477 [details]
Update MooseFS to the latest stable version (3.0.114-1)

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

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


Recent changes since MooseFS 3.0.113:

* 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
  - (master) fixed syncing and closing negative file descriptor in bgsaver
  - (mount+master) fixed handling keepcache and direct flags (related to issue #374)
  - (cgi) changed time format (issue #197)
  - (cs) added logging info when '.chunkdb' is not written to disk
  - (master) fixed alphabetical order of commands detected in changelog
  - (cs) changed queue limit to max workers (limited dynamically)
  - (cs) fixed automatic chunkserver removal in master
  - (master) added meta version increment in chunks_set_version
  - (cs) added error detection during writing '.chunkdb'
  - (all) added build id to 'what' strings
  - (nbd+cgiserv) added chdir("/")
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2020-10-03 08:48:53 UTC
Committed. Thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-03 08:49:15 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct  3 08:48:28 UTC 2020
New revision: 551269
URL: https://svnweb.freebsd.org/changeset/ports/551269

Log:
  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
    - (master) fixed syncing and closing negative file descriptor in bgsaver
    - (mount+master) fixed handling keepcache and direct flags (related to issue #374)
    - (cgi) changed time format (issue #197)
    - (cs) added logging info when '.chunkdb' is not written to disk
    - (master) fixed alphabetical order of commands detected in changelog
    - (cs) changed queue limit to max workers (limited dynamically)
    - (cs) fixed automatic chunkserver removal in master
    - (master) added meta version increment in chunks_set_version
    - (cs) added error detection during writing '.chunkdb'
    - (all) added build id to 'what' strings
    - (nbd+cgiserv) added chdir("/")

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

Changes:
  head/sysutils/moosefs3-master/Makefile
  head/sysutils/moosefs3-master/distinfo
Comment 3 Piotr Robert Konopelko (MooseFS) 2020-10-03 10:05:23 UTC
Thanks a lot!
Piotr