Created attachment 188606 [details] Update to the latest stable version (3.0.99-1) This is a small change in ports and passes QA (portlint, poudriere). Recent changes since MooseFS 3.0.97: * MooseFS 3.0.99-1 (2017-11-23) - (master) disconnect all clients when exports has changed - (mount) do not show message about 'negative travel time' when the measured time is zero (happens in virtual machines) - (all) fixed get16bit function on big-endian machines * MooseFS 3.0.98-1 (2017-10-12) - (mount) changed default cache mode on OS X from 'direct' to 'auto' due to problems with mmap - (cgiserv) added seteuid to 'mfs' or 'nobody' - (cs+tools) use readdir instead of readdir_r on glibc 2.24+ - (debian) added support for systemd in debian packages - (all) fixed library dependencies (for libpcap,libz and libm) - (mount) fixed race between defered 'open' and 'locks' - (master) more chunk debugs and better handling chunk status change - (cs) fixed handling mark for removal (after reload sometimes cs could send chunks marked for removal as normal chunks) - (master) added file with metadata checksums (for future use) - (master) fixed way of sending gids to changelog/follower - (master) added inode checksum for some changes sent to changelog/follower - (metadump) added '0x' prefix for fileds dumped as hex numbers - (master) fixed ACL mask synchronization issues (restoring from changelog/leader->follower)
A commit references this bug: Author: lifanov Date: Thu Dec 7 15:45:00 UTC 2017 New revision: 455704 URL: https://svnweb.freebsd.org/changeset/ports/455704 Log: update MooseFS to 3.0.99 Recent changes since MooseFS 3.0.97: * MooseFS 3.0.99-1 (2017-11-23) - (master) disconnect all clients when exports has changed - (mount) do not show message about 'negative travel time' when the measured time is zero (happens in virtual machines) - (all) fixed get16bit function on big-endian machines * MooseFS 3.0.98-1 (2017-10-12) - (mount) changed default cache mode on OS X from 'direct' to 'auto' due to problems with mmap - (cgiserv) added seteuid to 'mfs' or 'nobody' - (cs+tools) use readdir instead of readdir_r on glibc 2.24+ - (debian) added support for systemd in debian packages - (all) fixed library dependencies (for libpcap,libz and libm) - (mount) fixed race between defered 'open' and 'locks' - (master) more chunk debugs and better handling chunk status change - (cs) fixed handling mark for removal (after reload sometimes cs could send chunks marked for removal as normal chunks) - (master) added file with metadata checksums (for future use) - (master) fixed way of sending gids to changelog/follower - (master) added inode checksum for some changes sent to changelog/follower - (metadump) added '0x' prefix for fileds dumped as hex numbers - (master) fixed ACL mask synchronization issues (restoring from changelog/leader->follower) PR: 224157 Submitted by: freebsd@moosefs.com (maintainer) Changes: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo
Committed, thanks!
(In reply to Nikolai Lifanov from comment #2) Thanks, Nikolai!