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)
Maintainer informed via mail
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(-)
Committed thanks.