wok diff moosefs/description.txt @ rev 24918

updated moosefs (3.0.111 -> 3.0.116)
author Hans-G?nter Theisgen
date Sun Apr 10 06:58:04 2022 +0100 (2022-04-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/moosefs/description.txt	Sun Apr 10 06:58:04 2022 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +MooseFS is a Fault-tolerant, Highly available, Highly performing,
     1.5 +Scaling-out, Network distributed file system.
     1.6 +It spreads data over several physical commodity servers, which are
     1.7 +visible to the user as one virtual disk.
     1.8 +It is POSIX compliant and acts like any other Unix-like
     1.9 +file system supporting:
    1.10 +
    1.11 +- Hierarchical structure: Files and Folders,
    1.12 +- File attributes,
    1.13 +- Special files: Pipes, Sockets, Block and Character devices,
    1.14 +- Symbolic and Hard links,
    1.15 +- Security attributes and ACLs.
    1.16 +
    1.17 +It works with all applications that require a standard file system.