Skip to content

testing/moosefs: upgrade to 3.0.117

Michael Pirogov requested to merge uuser/aports:moosefs into master
  • (master) fixed handling abnormal operation status
  • (master+cs) added error message when a config file can't be loaded
  • (client) fixed invalidating directory cache after unlink, rmdir and rename
  • (cs) fixed cond variables leaking
  • (all) silence silly compiler warnings
  • (cgi+cli) fixed division by zero when scount is zero in arch mode (no chunkservers)
  • (client) fixed freeing atime/mtime data structure
  • (client) added displaying build number
  • (master) silenced more wrong compiler warnings
  • (nbd) added option to ignore locks
  • (master) fixed file mode in changelog (problem with mask when parent has default ACLs)
  • (master) reduced function stack frame usage (slow down due to use -fstack-clash-protection by some OS'es)
  • (master) fixed handling .. and . in fs_lookup
  • (all) using SIGUSR1 instead of SIGINFO even on system where SIGINFO is defined
  • (master) changed default ATIME_MODE to 2
  • (master) fixed atime/mtime/ctime preservation during snapshot (in HA environment upgrade may cause one time desync)
  • (client) fixed race condition between client and kernel in retrieving open file list (FreeBSD only)
  • (master) fixed bug in sorting chunkservers during selection for chunk creation

Merge request reports