charm-ceph-fs/src/README.md

803 B

CephFS Charm

Overview

Ceph is a distributed storage and network file system designed to provide excellent performance, reliability, and scalability.

This charm deploys a Ceph MDS cluster. juju

Usage

Boot things up by using::

juju deploy -n 3 --config ceph.yaml ceph-mon
juju deploy -n 3 --config ceph.yaml ceph-osd

You can then deploy this charm by simply doing::

juju deploy -n 3 --config ceph.yaml ceph-fs
juju add-relation ceph-fs ceph-mon

Once the ceph-mon and osd charms have bootstrapped the cluster, it will notify the ceph-fs charm.

Contact Information

Ceph