mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
3118d9a154
- OSDMap encode and decode translate between the flags and int representations. - OSDMap::Incremental only does decode; we do not expect to ever encode an incremental osdmap for an old osd that sets any of these flags. - the 'osd set' command still lets you set the jewel and kraken flags, but not luminous. - OSDMap::apply_incremental handles the conversion of legacy require flags to the new field if the jewel or kraken flags have to be set before starting the osd upgrade. - clear out the legacy flags when we make the luminous transition only; until then we keep using the old flag in the encoded and decoded version (although the require_osd_release field will be accurate in memory in all cases). Signed-off-by: Sage Weil <sage@redhat.com>
12 lines
238 B
YAML
12 lines
238 B
YAML
tasks:
|
|
- exec:
|
|
osd.0:
|
|
- ceph osd require-osd-release luminous
|
|
- ceph osd set-require-min-compat-client luminous
|
|
- ceph.healthy:
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
mon:
|
|
mon warn on osd down out interval zero: false
|