Install reef/stable of MicroCeph
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
MicroCeph is the easiest way to get up and running with Ceph. It is focused on providing a modern deployment and management experience to Ceph administrators and storage software developers.
The below commands will set you up with a testing environment on a single machine using file-backed OSDs - you'll need about 15 GiB of available space on your root drive:
sudo snap install microceph
sudo snap refresh --hold microceph
sudo microceph cluster bootstrap
sudo microceph disk add loop,4G,3
sudo ceph status
You're done!
You can remove everything cleanly with:
sudo snap remove microceph
To learn more about MicroCeph see the documentation:
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.