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

Upgrade microceph dependencies #371

Closed gboutry closed 2 weeks ago

gboutry commented 2 weeks ago

Description

canonical/microcluster#106 introduced breaking change in how cluster members must be named. canonical/microcluster#156 allows cluster members to contain ., thus allowing for FQDNs.

This is needed in Sunbeam, because Sunbeam creates members with FQDNs. Be it it's own microcluster instance or the microceph's one.

Unpin go=1.21 in mod-tidy since lxd dependency requires go 1.22.4 Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

NOTE: All functional changes should accompany corresponding tests (unit tests, functional tests etc).

2 nodes deployment with adding disks on both, and checking various commands still work.

Contributor's Checklist

Please check that you have: