moosefs

MooseFS Distributed Storage – Open Source, Petabyte, Fault-Tolerant, Highly Performing, Scalable Network Distributed File System / Software-Defined Storage

GPL-2.0 License

Stars
1.7K
Committers
14

Bot releases are hidden (Show)

moosefs - MooseFS 3.0.21

Published by pkonopelko over 8 years ago

  • (master) fixed bug in flock (bsd) locks
moosefs - MooseFS 3.0.20

Published by pkonopelko over 8 years ago

  • (cli) fixed "last save time" in master general info (-SIG)
  • (master) added "last seen paths" to TRASH and SUSTAINED files in inode to path resolver
  • (mount) fixed "race conditions" in new reading module (intr. in 3.0.19)
  • (mount) added "mfsnoxattrs","mfsnoposixlocks" and "mfsnobsdlocks" options
  • (master) added support for "DEFAULT" options in mfsexports.cfg
moosefs - MooseFS 3.0.19

Published by pkonopelko over 8 years ago

  • (master) removed missing chunks/files from messages
  • (cli+cgi) added presenting missing chunks/files in separate table
  • (mount) improved reading performance
  • (master) added missing chunks/files log
  • (master) added fast delete during rebalance
moosefs - MooseFS 3.0.18

Published by pkonopelko over 8 years ago

  • (master) fixed bug in chunk unlocking mechanism (few writes to the same chunk may cause master freezing)
moosefs - MooseFS 3.0.17

Published by pkonopelko over 8 years ago

  • (master) fixed 'df' for subnodes with quota set on ancestor nodes
moosefs - MooseFS 3.0.16

Published by pkonopelko over 8 years ago

  • (all) changed freebsd ports
  • (cgiserv) fixed POST handling
  • (mount) fixed handling read-ahead upper limit
moosefs - MooseFS 3.0.15

Published by pkonopelko over 8 years ago

  • (master) added 'admin' flag to default mfsexport.cfg
  • (master) fixed setgoal bug (user couldn't change goal without admin privilege)
moosefs - MooseFS 3.0.14

Published by pkonopelko over 8 years ago

  • (mount) fixed rare getgroup race condition
moosefs - MooseFS 3.0.13

Published by pkonopelko over 8 years ago

  • (tools,mount) fixed man pages
moosefs - MooseFS 3.0.12

Published by pkonopelko over 8 years ago

  • (netdump) fixed man page
moosefs - MooseFS 2.0.80

Published by pkonopelko over 8 years ago

  • (cs,master,metalogger) added 1 second timeout when connecting to master
  • (cs) force disconnection from master couple seconds after term signal (frozen I/O threads can prevent CS from termination)
  • (systemd) fixed typo in mfscgiserv service file
  • (macosx) fixed packages to be compatible with OS X 10.11+
moosefs - MooseFS 2.0.77

Published by pkonopelko over 8 years ago

  • (mount) removed using fuse notify/forget mechanism in kernel with fuse api 7.23+ (due to unexpected kernel behaviour - getcwd returns ENOENT)
moosefs - MooseFS 2.0.76

Published by pkonopelko over 8 years ago

  • (mount) fixed rare bug in writing module (unrecoverable write error could lead to infinite loop during write)
moosefs - MooseFS 2.0.75

Published by pkonopelko over 8 years ago

  • (mount) fixed data-cache issue (delete only directories from kernel dentry cache)
  • (mount) inserting into xattr cache "nonexistent" xattr "security.capability" after file creation. (speed up writing small files)
  • (master) fixed scenario causing deleting chunks from chunkservers marked for removal
moosefs - MooseFS 2.0.74

Published by pkonopelko over 8 years ago

  • (master+mount) added using fuse's forgets in inode number reusage (fixes very rare EBUSY case when inode number is reused after unlink of directory which is still open or used as a current working directory)
moosefs - MooseFS 2.0.73

Published by pkonopelko over 8 years ago

  • (cgi+cli) fixed incompatibilities with python 3
moosefs - MooseFS 2.0.72

Published by pkonopelko over 8 years ago

  • (master) fixed free inodes list issue (segfault that can happen only during first 60 seconds after starting master with new metadata)
moosefs - MooseFS 2.0.71

Published by pkonopelko over 8 years ago

  • (cs) fixed sending disk sizes after chunk deletions
  • (tools) added displaying chunk information in "mfsfileinfo" for chunks exceeding file size
  • (cli+cgi) added "missing chunk type" column in "missing files" table
  • (master) added automatic fixing missing chunks exceeding file size
  • (cs) fixed "got unknown message (type:212)" issue
  • (cs) added ip and port to connection error message
moosefs - MooseFS 2.0.69

Published by pkonopelko over 8 years ago

  • (configure) added python as dependency for mfscgiserv
moosefs - MooseFS 2.0.68

Published by pkonopelko over 8 years ago

  • (mount) fixed dircache invalidation