canonical / microceph

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

Implement Cluster Recovery #380

Open MggMuggins opened 3 weeks ago

MggMuggins commented 3 weeks ago

Initial support for cluster recovery has landed in MicroCluster. MicroCeph should consume the API introduced there to allow a cluster with permanently lost quorum to recover.

Address changes as a part of cluster recovery are planned but not yet implemented. No code changes will be needed once MicroCluster supports changing addresses.

MggMuggins commented 1 week ago

The implementation in MicroCeph should likely be similar to what was merged in MicroCloud: https://github.com/canonical/microcloud/pull/340