![Slack](https://img.shields.io/badge/chat !!!-slack-ff1493.svg)
OpenEBS is purpose built storage for containerized environments, written in GoLang, built upon block storage
containers we call Virtual Storage Machines or VSMs
.
Some of the features provided by a single VSM are:
- is a set of fully isolated block storage containers,
- has it's own iSCSI stack,
- full set of storage management APIs,
- can distribute application consistent data to another VSM or an S3 compatible storage.
OpenEBS can scale to an arbitrarily large number of VSMs as it manages the metadata of the block storage system at a file level. The block storage for each VSM is managed as one single file or directory. Further, the IO to this file is managed through large size chunks rather than the typical small size blocks. This enables OpenEBS to deliver higher performance for each VSM and to scale to a large number of VSMs.
OpenEBS can be setup in few easy steps either on Physical Machines or VMs. Please follow our Getting Started documentation
This is a meta-repository for OpenEBS. Here please find various documentation related artifacts. The actual source code is located in other repositories under the OpenEBS organization. Please start with the pinned repositories.
OpenEBS is completely Open Source and is makes use of other Open Source projects (listed below). The project is in the early stages of development and we welcome your feedback and contributions in any form possible. If you have not already, please make our day and star us above.
- Join our discussions at slack
- Already signed up ? Head to openebs-users
- Want to raise an issue ?
- If it is a generic (or
not really sure
), you can still raise it at issues - Project specific issues can be raised at individual project level.
- If it is a generic (or
- Want to help with fixes and features:
- Have a look at open issues
- VSMs are containers running on
Docker
(https://github.com/docker/docker) - Persistent Storage and Replication for OpenEBS VSMs from forked Rancher's
Longhorn
(https://github.com/openebs/longhorn) - iSCSI Frontent for OpenEBS VSMs from forked gostor's
gotgt
(https://github.com/openebs/gotgt) - VSMs are managed and scheduled via HashiCorp's
Nomad
(https://github.com/hashicorp/nomad) - Configuration Information is stored in HashiCorp's
Consul
(https://github.com/hashicorp/consul)
OpenEBS is developed under Apache 2.0 License at the project level. Some components of the project are derived from other opensource projects like Nomad, Longhorn and are distributed under their respective licenses.