canonical / microceph

Ceph for a one-rack cluster and appliances
https://snapcraft.io/microceph
GNU Affero General Public License v3.0
193 stars 25 forks source link

[Feature Request] Possibility to add for Microk8s prior to 1.28 #354

Closed fzhan closed 1 month ago

fzhan commented 1 month ago

Issue report

What version of MicroCeph are you using ?

ceph-version: 18.2.0-0ubuntu3~cloud0; microceph-git: 71f71782c5 microk8s 1.26

UtkarshBhatthere commented 1 month ago

I am sorry the issue is not detailed enough to act upon. Please take a moment to describe it more.

I am marking the issue closed, feel free to re-open it once you have added some more details.

fzhan commented 1 month ago

@UtkarshBhatthere apologies for the briefty. I'm not sure if that'd be a feature request or an issue.

We are currently using microk8s 1.26 due to other restrictions on the infrastructure but want to utilise the versatality of this package, during feasibility testing we can't seem to find any support document for enabling microceph for older version of microk8s. Would you please kindly share your insight on this?

Thanks.

UtkarshBhatthere commented 4 weeks ago

Bad News: the integration bits that enable MicroCeph->MicroK8s integration were implemented in MicroK8s not MicroCeph.

Good News: MicroK8s uses Rook External cluster to configure the microceph cluster. All the information required for the configuration is available in the ceph.conf file located at /var/snap/microceph/current/ which is what MicroCeph exposes in the snap interface to MicroK8s. I will keep this issue closed unless you have some issues configuring it (in which case you can reopen it).

fzhan commented 4 weeks ago

@UtkarshBhatthere thank you, I will explore in the MicroK8s repo / config section.