wok diff moosefs/description.txt @ rev 24949
updated nagios-nsca (2.9.2 -> 2.10.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Apr 22 17:54:28 2022 +0100 (2022-04-22) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/moosefs/description.txt Fri Apr 22 17:54:28 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.