update MooseFS to 3.0.101

* MooseFS 3.0.101-1 (2018-07-12)

  - (master) make under goal replications respect topology (patch made by tclh123)
  - (master) fix inforec undergoal (patch made by tclh123)
  - (cgiserv) fixed handling connection close during data sending (leaving active pipes which caused leaving mfs.cgi subprocesses)
  - (mount) decreased memory usage (fixed handling buffers allocated per thread)
  - (all) setting correct errno when read returns 0 (in sockets.c)
  - (mount) fixed double free of plock_data structure
  - (master) fixed inconsistency in calculating realsize when storage class definition has changed
  - (master+mount) fixed handling read-only filesystems (ro flag in exports and lookup-open lflags)
  - (all) fixed differences in defaults between source, config and manpages
  - (all) added 'nobreak' macro to explicitly inform compiler that intentionally there is no 'break' before following 'case'
  - (mount) added 'mfssuid' and 'mfsdev' options to mount (allows mounting with suid/dev options using system mount on Linux)
  - (cs) added using posix_fadvise(...DONTNEED) for tested chunks
  - (master) fixed HA bug (uninitialized variable might cause everlasting ELECT - PRO only)
  - (cs) fixed metaid handling
  - (master) added clearing SNAPHSOT eattr on file/directory modifications
  - (master) added optional same rack preference for destination server during undergoal replications
  - (mount+tools) increased masterproxy timeout from 1s to 20s

PR:		229999
Submitted by:	freebsd@moosefs.org (maintainer)
This commit is contained in:
Nikolai Lifanov 2018-07-24 03:44:25 +00:00
parent d7fb0db689
commit a46d2b6bb6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475223
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moosefs3
PORTVERSION= 3.0.100
PORTVERSION= 3.0.101
CATEGORIES= sysutils
MASTER_SITES= http://ppa.moosefs.com/src/
PKGNAMESUFFIX?= -master

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1516910184
SHA256 (moosefs-3.0.100-1.tar.gz) = 5c2c8d8fcfc08a705f918f19e2dc968d43a9afa2ab3b356323e9407923846fb9
SIZE (moosefs-3.0.100-1.tar.gz) = 1120173
TIMESTAMP = 1532378658
SHA256 (moosefs-3.0.101-1.tar.gz) = f1dbf1d24f701d980631b0d394a3c951e7f45bcc3eff0c038e0ec4b23c746175
SIZE (moosefs-3.0.101-1.tar.gz) = 1125156