Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (35 loc) · 3.02 KB

README.md

File metadata and controls

55 lines (35 loc) · 3.02 KB

Disclaimer: This project is not maintained anymore

Motr

license Slack YouTube Latest Release GitHub contributors SODA Eco project

At the core of CORTX lies Motr. Motr is a distributed object storage system, targeting mass capacity storage configurations. To ensure the most efficient storage utilization, Motr interacts directly with block devices (i.e. it does not layer on a local file system). The Motr design was heavily influenced by the Lustre file system, NFSv4 and database technology. It must be noted that traditional file system properties (hierarchical directory namespace, strong POSIX consistency guarantees, etc.) are no longer desirable or achievable at mass capacity. Instead, Motr is a more general storage system that provides an optional file system interface. This allows wider range of deployments, including cloud.

Following are the features of CORTX Motr:

  • Scalable:

    • Horizontal scalability: grow your system by adding more nodes. The Motr submodule is designed for horizontal scalability with no meta-data hotspots, shared-nothing IO paths and extensions running on additional nodes.

    • Vertical scalability: with more memory and CPU on the nodes.

  • Fault-tolerant: with flexible erasure coding that takes hardware and network topology into account.

  • Fast network raid repairs.

  • Observable: with built-in monitoring that collects detailed information about the system behavior.

  • Extensible.

  • Extension interface.

  • Flexible transactions.

  • Open source.

  • Portable: runs in user space and can be easily ported to any version of Linux.

Get to know

Surfing

Refer to Reading - list for complete information.

  • $ make doc
  • $ x-www-browser doc/html/index.html