Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kadalu/moana
Moana is a frontend for the Kadalu Storage / GlusterFS. Moana provides tools for setting up and managing the Kadalu Storage / Gluster pools.
https://github.com/kadalu/moana
gluster glusterd kadalu management
Last synced: about 2 months ago
JSON representation
Moana is a frontend for the Kadalu Storage / GlusterFS. Moana provides tools for setting up and managing the Kadalu Storage / Gluster pools.
- Host: GitHub
- URL: https://github.com/kadalu/moana
- Owner: kadalu
- License: gpl-3.0
- Created: 2020-09-13T14:58:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T15:52:55.000Z (over 1 year ago)
- Last Synced: 2024-10-29T09:50:55.285Z (2 months ago)
- Topics: gluster, glusterd, kadalu, management
- Language: Crystal
- Homepage:
- Size: 809 KB
- Stars: 18
- Watchers: 5
- Forks: 7
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.adoc
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kadalu Storage Management - Moana
# IntroductionMoana is a frontend for the Kadalu Storage. Moana provides tools for setting up and managing the Kadalu cluster. Which includes:
* Creating storage pool and adding nodes to the pool
* Creating and managing storage volume
among other things.This README is structured for quickly getting started with the project (from the released binaries). If you want to develop, and contribute to the project, check our [Developer Documentation](./docs/devel/README.adoc)
## Install Moana (Server, Node agent and CLI)
Download and install the latest release with the command
```
curl -fsSL https://github.com/kadalu/moana/releases/latest/download/install.sh | sudo bash -x
```## Usage:
Start the Kadalu Management Server in all the Storage nodes
```
# systemctl enable kadalu-mgr
# systemctl start kadalu-mgr
```Refer [docs](./docs) for more details.
## Moana for those who used gluster before
If you are already familiar with gluster project, and how to use the CLI and setup volumes, treat moana as an alternative management layer, which provides CLI and management layer without the complexity of `glusterd` process.
Check [this link](https://kadalu.tech/gluster-vs-kadalu/) for understanding the key differences before going ahead.
For developers, glusterd uses C lang, where as moana uses crystal lang.