Ceph/MicroCeph

From Omnia
Revision as of 20:43, 21 January 2024 by Kenneth (talk | contribs) (Created page with "== MicroCeph == Ubuntu 22.04 LTS MicroCeph with Snap These installation instructions use MicroCeph - Ceph in a snap. MicroCeph is a pure upstream Ceph distribution designed for small scale and edge deployments, which can be installed and maintained with minimal knowledge and effort. Install Ceph on Ubuntu | Ubuntu https://ubuntu.com/ceph/install Note: If snap is not installed: sudo apt install snapd Install microceph: sudo snap install microceph Bootstrap clust...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MicroCeph

Ubuntu 22.04 LTS MicroCeph with Snap

These installation instructions use MicroCeph - Ceph in a snap. MicroCeph is a pure upstream Ceph distribution designed for small scale and edge deployments, which can be installed and maintained with minimal knowledge and effort.
Install Ceph on Ubuntu | Ubuntu
https://ubuntu.com/ceph/install

Note: If snap is not installed:

sudo apt install snapd

Install microceph:

sudo snap install microceph

Bootstrap cluster from first node:

sudo microceph cluster bootstrap

From first node add other nodes:

sudo microceph cluster add node[x]

Copy join output onto node[x]:

sudo microceph cluster join [pasted-output-from-node1]

Check status:

sudo microceph.ceph status

Add some disks to each node (as OSDs):

sudo microceph disk add /dev/sd[x] --wipe

Verify cluster:

sudo microceph.ceph status
sudo microceph.ceph osd status
microceph disk list

Documentation

Charmed Ceph Documentation | Ubuntu
https://ubuntu.com/ceph/docs