canonical / microceph

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

Set the 'require-osd-release' option on startup #459

Closed lmlg closed 2 weeks ago

lmlg commented 2 weeks ago

Description

This patchset modifies the microcephd component so that it sets the 'require-osd-release' config option on startup, if needed. That is, in case the new (current) Ceph version is ahead of what the OSD's are currently running.

Type of change

How Has This Been Tested?

Unit testing is provided for this change.