- print: "**** done start installing pacific cephadm ..."
- cephadm:
image: quay.io/ceph/ceph:v16.2.15
+ allow_mismatched_release: true
conf:
osd:
#set config option for which cls modules are allowed to be loaded / used
- cephadm:
image: quay.io/ceph/ceph:v16.2.15
+ allow_mismatched_release: true
conf:
osd:
#set config option for which cls modules are allowed to be loaded / used
- cephadm:
# XXX 17.2.9 has no containers (see ML message)
image: quay.io/ceph/ceph:v17.2.8
+ allow_mismatched_release: true
conf:
osd:
#set config option for which cls modules are allowed to be loaded / used
- cephadm:
# XXX 17.2.9 has no containers (see ML message)
image: quay.io/ceph/ceph:v17.2.8
+ allow_mismatched_release: true
conf:
osd:
#set config option for which cls modules are allowed to be loaded / used
cmd += ['--skip-monitoring-stack']
if config.get('single_host_defaults'):
cmd += ['--single-host-defaults']
+ if config.get('allow_mismatched_release'):
+ cmd += ['--allow-mismatched-release']
if not config.get('avoid_pacific_features', False):
cmd += ['--skip-admin-label']
# bootstrap makes the keyring root 0600, so +r it for our purposes