MooseFS v3.0.113 Release Notes
Release Date: 2020-05-12 // over 4 years ago-
Dear MooseFS Users,
We are happy to announce that MooseFS 3.0.113 is now stable!
๐ This is both bugfix and feature release. Apart from fixing the issues that were recently found, it introduces:
- ๐ Support for new extra attributes:
immutable
,appendonly
,undeletable
.
๐ Extra attributes are MooseFS-specific feature that allows you to add / manage a small portion of metadata to files on MooseFS. There are several extra attributes and they change file system behaviour (apart from new ones mentioned above there are several more โ please refer toman mfseattr
for more information). - Topology grouping when new chunks are about to be created,
- Readonly mode and locking in MooseFS Block Device,
- Changing subfolder during internal rebalance,
- ๐ง Official labels format defined in chunkserver configuration,
and several more features.
๐ This release improves Chunkserver a lot (registering chunks to Master Server, reporting damaged chunks, internal rebalance, reloading, calculating size limits, handling inode limits on underlying file systems). It also adds new and improves existing workarounds to issues related to OS's kernels and improves directory entry invalidator introduced in MooseFS 3.0.112.
๐ We would like to thank all the contributors who helped us making this release, especially (alphabetically):
๐ท @borkd, @eleaner, @jSML4ThWwBID69YC, @onlyjob, @rafamiga, @tamas-ac.
๐ Thank you for your valuable time, input, and help with making MooseFS better!(If I forgot to mention somebody, I am sorry and please let me know!)
๐ Please find a complete list of fixes and new features that this release includes, below:
- ๐ (master) removed unnecessary debug syslog messages
- (check) increased usleep tolerance due to some operating systems (issue #351)
- (master) changed condition that decides if master should wait for more chunks during I/O
- (mount) delayed setting channel for fuse notifications (very rare segfault in
libfuse2
during init) - โ
(client+master) changed conditions for ancestor test in
getattr
(issue #350) - (cs) added parameter for number of chunks to be send in single register packet
- โ (cs) fixed reporting damaged chunks in testing function (issue #352)
- ๐ (cs) removed some unnecessary damaged chunk notifications
- โ
(client) changed open test in
setattr
(related to issue #350) - ๐ (master) fixed handling truncate for open files (related to issue #350)
- (master) added uid mapping in
setfacl
function - ๐ (master+client) added support for atomic truncate with open
- ๐ (master+client) fixed keep cache conditions
- ๐ง (cs) introduced official label format defined in chunkserver configuration
- (nbd) added readonly mode and locking (issue #353)
- ๐ (cs) fixed condition in choosing disks for internal rebalance
- โช (mount) added workaround in access for a bug in FreeBSD kernel (issue #354)
- ๐ (cs) fixed master reconnection conditions (reload usually shouldn't cause reconnection)
- ๐ (freebsd) fixed FreeBSD port (
makeports.sh
) - (master) changed disk removal detection algorithm (issue #356)
- ๐ (cs) fixed calculating size limits
- (cs) added handling inode limits on local filesystems on chunkservers (issue #358)
- (master) added topology grouping when new chunks are about to be created (prefer closer servers)
- (master) added more error messages to
bgsaver
- (cs) added changing subfolder during internal rebalance (related to issue #326)
- ๐ฒ (master+cs) added optional logging of long function execution times
- ๐ (all) fixes of small errors found by static code analysers
- ๐ง (mount) turn off
dentry
invalidator for Linux kernels >= 4.19 (related to issue #357) - ๐ (master) changed condition that checks timestamp in changelogs (less prone to small clock differences)
- (daemons) added time refresh function (for future use)
- (cgi+cli) changed mark for removal state name
UNKNOWN
โ>PENDING
(related to issue #359) - (client) decreased max
IDLE
time in writer module from 1s to 0.1s - โก๏ธ (client) update inode in
dentry
invalidator - ๐ (tools) fixed
mfscopyeattr
,mfsseteattr
andmfs*archive
tools - ๐ (master+client) added support for new
eattrs
:immutable
,appendonly
,undeletable
(setting newundeletable
extra attribute appropriately can help with issues like #357) - (client) silenced
kern.proc.filedesc
syslog messages on FreeBSD (issue #360)
Best regards,
Piotr / MooseFS Team - ๐ Support for new extra attributes: