Comment 9 for bug 2062993

Revision history for this message
Pokkihju (pokkihju) wrote :

Yet another update. The microceph deployed did not work. Maybe I gave it wrong parameters or something I don't kow. However, by running the following commands:

# Remove relations of microceph
juju remove-relation -m openstack microceph:ceph cinder-ceph:ceph
juju remove-relation -m openstack microceph:ceph glance:ceph

# remove microceph offer
juju remove-offer microceph

# remove microceph saas
juju remove-saas -m openstack microceph

# remove microceph application
juju remove-application microceph --force --no-wait

# remove microceph snap
sudo snap remove --purge microceph

# deploy microceph
juju deploy microceph --channel reef/candidate --to 0

# Add storage to microceph manually through juju storage
juju add-storage microceph/X osd-standalone='loop,200G,3'

# recreate microceph offer
juju offer microceph:ceph

# re integrate microceph to openstack
juju integrate -m k8s glance:ceph admin/controller.microceph
juju integrate -m k8s cinder-ceph:ceph admin/controller.microceph

And there you should have a microceph backed by local loop devices that works