Download List

Descripción del Proyecto

Moose File System (MooseFS / MFS) is a fault tolerant, network distributed file system. It spreads data over several physical servers, which are visible to the user as one resource. For standard file operations MooseFS mounted with FUSE acts like other Unix-alike file systems: it has a hierarchical structure; it stores POSIX file attributes; and it supports special files, symbolic links, and hard links. Access to the file system can be limited based on IP address and/or password. It offers high reliability, since several copies of the data can be stored across separate computers. Capacity is dynamically expandable by attaching new computers or disks. Deleted files are retained for a configurable period of time (with a file system level "trash bin"). MooseFS supports coherent snapshots of files, even while the file is being written or accessed.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-01-17 19:44
1.6.20

registro Chunkserver paquete se ha mejorado (un paquete grande está dividido en varios más pequeños). Además, toma tiempo de espera mínimo se ha establecido en diez segundos para que el sistema tenga tiempo de registro y el maestro no cuelgue.
Tags: Stable, Feature Enhancement
Chunkserver packet registration has been improved (one big packet is divided into several small ones). Also, minimum socket timeout has been set to ten seconds so that the system has time to register and the master doesn't hang up.

2010-12-22 19:21
1.6.19

Los cambios sustanciales se han introducido a la máquina y la herramienta metalogger metarestore para una mejor integridad de los metadatos. Una barra de progreso de la exploración en el CS se añadió. El nombre principal es resuelto cuando una conexión falla. Una nueva sesión se crea cuando la anterior se pierde. Muchas correcciones de errores y otras mejoras fueron hechas.
Tags: Stable, Major feature enhancements
Substantial changes were introduced to the metalogger machine and metarestore tool for better integrity of the metadata. A scanning progress bar in CS was added. The master name is now resolved when a connection fails. A new session is created when the previous one is lost. Lots of other bug fixes and improvements were made.

2010-07-29 05:32
1.6.17

Gestión automática de caché de datos y un "nodatacache" nueva bandera se han añadido.
Tags: Stable, Feature Enhancement
Automatic data cache management and a new flag "nodatacache" were added.

2010-07-22 17:55
1.6.16

Esta versión agregó la limpieza de SUID / SGID bits y un cheque por la "pegajosa" bandera durante las operaciones de cambio de nombre y desvincular, fija compatibilidad POSIX con la eliminación de directorios vacíos de cambiar el nombre y la correcta evolución de ctime, fija algunas constantes para ofrecer un mejor soporte para sistemas más grandes con millones de archivos y bloques, el error de registro fija, han solucionado algunos problemas de compilación de OpenSolaris (principalmente mediante la adición de-D__EXTENSIONS__ a los indicadores de compilación), ha solucionado un problema de OpenSolaris pthreads, y fija un desbordamiento en las diferencias de tiempo negativo en las estadísticas de disco duro. Una página de manual fue añadido para mfscgiserv y "BIND" descripciones de las opciones se han añadido a las páginas del manual.
Tags: Stable, Minor bugfixes
This release added clearing of SUID/SGID bits and a check for the "sticky" flag during rename and unlink operations, fixed POSIX compatibility with removing empty directories on rename and proper changing of ctime, fixed some constants to provide better support for larger systems with millions of files and chunks, fixed error logging, fixed some OpenSolaris compilation issues (mainly by adding -D__EXTENSIONS__ to the compile flags), fixed an OpenSolaris pthreads issue, and fixed an overflow on negative time differences in hdd stats. A man page was added for mfscgiserv and "BIND" option descriptions were added to the man pages.

2010-04-21 17:29
1.6.15

Esta es una versión de mantenimiento. Un "doble liberación" error ha sido fijado para los demonios. Bugs corregidos en la "reparación" y "Descripción" para los metarestore. Un fallo en el maestro de "instantánea" de comandos se fijó, en el que "dir dir mfsmakesnapshot /" causó maestro para colgar. Atime y mtime se conservan durante el maestro "instantánea" operación, lo que hace "instantánea" trabajar más como "cp-Rp" que "cp-R". "Marcado para eliminar" los discos se han omitido por cs durante loo trozo de prueba.
This is a maintenance release. A "double free" error was fixed for the daemons. Bugs were fixed in the "REPAIR" and "SNAPSHOT" entries for metarestore. A bug in the master "snapshot" command was fixed, in which "mfsmakesnapshot dir dir/" caused master to hang-up. Atime and mtime are preserved during the master "snapshot" operation, which makes "snapshot" work more like "cp -Rp" than "cp -R". "Marked for removal" disks are omitted by cs during chunk test loo.

Project Resources