Bug 269555 - sysutils/moosefs3-master: Update MooseFS to 3.0.117
Summary: sysutils/moosefs3-master: Update MooseFS to 3.0.117
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: Florian Smeets
URL: https://github.com/moosefs/moosefs/re...
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2023-02-14 18:21 UTC by Piotr Robert Konopelko (MooseFS)
Modified: 2023-02-14 22:08 UTC (History)
3 users (show)

See Also:
freebsd: maintainer-feedback+


Attachments
Update MooseFS to the latest stable version (3.0.117) (1.42 KB, patch)
2023-02-14 18:21 UTC, Piotr Robert Konopelko (MooseFS)
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Robert Konopelko (MooseFS) 2023-02-14 18:21:00 UTC
Created attachment 240160 [details]
Update MooseFS to the latest stable version (3.0.117)

Update MooseFS to the latest stable version (3.0.117)

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.116:

* MooseFS 3.0.117-1 (2023-02-01)

  - (master) fixed handling abnormal operation status (issue #456)
  - (master+cs) added error message when a config file can't be loaded (issue #457)
  - (client) fixed invalidating directory cache after 'unlink','rmdir' and 'rename'
  - (cs) fixed cond variables leaking
  - (all) silence silly compiler warnings
  - (cgi+cli) fixed division by zero when scount is zero in arch mode (no chunkservers - issue #412)
  - (client) fixed freeing atime/mtime data structure
  - (client) added displaying build number
  - (master) silenced more wrong compiler warnings
  - (nbd) added option to ignore locks (issue #353)
  - (master) fixed file mode in changelog (problem with mask when parent has default acl's)
  - (master) reduced function stack frame usage (slow down due to use -fstack-clash-protection by some OS'es)
  - (master) fixed handling '..' and '.' in fs_lookup (issue #473)
  - (all) using SIGUSR1 instead of SIGINFO even on system where SIGINFO is defined
  - (master) changed default ATIME_MODE to 2 (issue #478)
  - (master) fixed atime/mtime/ctime preservation during snapshot (in HA environement upgrade may cause one time desync ; issue #489)
  - (client) fixed race condition between client and kernel in retrieving open file list (FreeBSD only)
  - (master) fixed bug in sorting chunkservers during selection for chunk creation (issue #481)
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2023-02-14 18:21:00 UTC
Maintainer informed via mail
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-14 21:58:41 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=686526e4075b8d02d3c8d92b46e051ffbf862354

commit 686526e4075b8d02d3c8d92b46e051ffbf862354
Author:     Piotr Robert Konopelko (MooseFS) <piotr.konopelko@moosefs.com>
AuthorDate: 2023-02-14 21:50:55 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2023-02-14 21:56:32 +0000

    sysutils/moosefs3-*: Update MooseFS to 3.0.117

    Also update maintainer address.

    Changelog:      https://github.com/moosefs/moosefs/releases/tag/v3.0.117

    PR:             269555
    Approved by:    maintainer

 sysutils/moosefs3-master/Makefile | 6 +++---
 sysutils/moosefs3-master/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
Comment 3 Florian Smeets freebsd_committer freebsd_triage 2023-02-14 22:08:41 UTC
Committed thanks.