wok diff moosefs/description.txt @ rev 25059

lvmts: update wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 06 16:43:48 2022 +0000 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/moosefs/description.txt	Mon Jun 06 16:43:48 2022 +0000
     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.