update MooseFS to 3.0.100
Recent changes since MooseFS 3.0.99: * MooseFS 3.0.100-1 (2018-01-24) - (cs) fixed rare segfault during chunk sending to master after disconection - (mount) added thread for cleaning released files with delay - (mount) added assertion for lru cache (sustained open files) - (master+mount) added chunks data cache invalidation after chunksever disconnection and reconnection - (mount) changed (lowered) number of connection retries (depends on I/O retry counter) PR: 225460 Submitted by: freebsd@moosefs.com (maintainer)
This commit is contained in:
parent
b2bf08ddaf
commit
4886fe0fac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460223
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= moosefs3
|
||||
PORTVERSION= 3.0.99
|
||||
PORTVERSION= 3.0.100
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://ppa.moosefs.com/src/
|
||||
PKGNAMESUFFIX?= -master
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1512615631
|
||||
SHA256 (moosefs-3.0.99-1.tar.gz) = 5440795e39b440ad19f8be849978b04abb2d3d1a714036cd5b5f7f4be757677a
|
||||
SIZE (moosefs-3.0.99-1.tar.gz) = 1120228
|
||||
TIMESTAMP = 1516910184
|
||||
SHA256 (moosefs-3.0.100-1.tar.gz) = 5c2c8d8fcfc08a705f918f19e2dc968d43a9afa2ab3b356323e9407923846fb9
|
||||
SIZE (moosefs-3.0.100-1.tar.gz) = 1120173
|
||||
|
|
Loading…
Reference in a new issue