MooseFS v3.0.113 Release Notes

Release Date: 2020-05-12 // almost 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 to man 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 and mfs*archive tools
    • ๐Ÿ‘ (master+client) added support for new eattrs: immutable, appendonly, undeletable (setting new undeletable 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