canonical / microceph

MicroCeph is snap-deployed Ceph with built-in clustering
https://snapcraft.io/microceph
GNU Affero General Public License v3.0
205 stars 32 forks source link

docs: Mount MicroCeph backed Block Devices #406

Open ismailkayi opened 2 weeks ago

ismailkayi commented 2 weeks ago

Hi,

While following this doc, after installation of ceph-common packages, "ceph" command is not working as expected anymore. It is looking under /etc/ceph/ directory for conf and keyring files. So to use it as expected, either "microceph.ceph" command needs to be used or ceph.conf and keyring files should be copied as:

ubuntu@mc3:~$ sudo cp /var/snap/microceph/current/conf/ceph.conf /etc/ceph/ ubuntu@mc3:~$ sudo cp /var/snap/microceph/current/conf/ceph.keyring /etc/ceph/


Reported from: https://canonical-microcloud.readthedocs-hosted.com/en/latest/microceph/tutorial/mount-block-device/

ismailkayi commented 2 weeks ago

I created that pull request to fix the docs: https://github.com/canonical/microceph/pull/408