Bug 224157 - sysutils/moosefs3-master: Update to 3.0.99
Summary: sysutils/moosefs3-master: Update to 3.0.99
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: Nikolai Lifanov
URL: https://moosefs.com
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2017-12-07 03:26 UTC by MooseFS FreeBSD Team
Modified: 2017-12-07 15:57 UTC (History)
1 user (show)

See Also:


Attachments
Update to the latest stable version (3.0.99-1) (1.24 KB, patch)
2017-12-07 03:26 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 2017-12-07 03:26:46 UTC
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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-07 15:45:13 UTC
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
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2017-12-07 15:45:35 UTC
Committed, thanks!
Comment 3 MooseFS FreeBSD Team 2017-12-07 15:57:16 UTC
(In reply to Nikolai Lifanov from comment #2)

Thanks, Nikolai!