Do not set-require-min-compat-client for Ceph by default

Our default was to 'osd set-require-min-compat-client mimic'
but this has implications for the related bug. Keep the ability
to set any version but don't set it by default.

Related-Bug: 1951433
Change-Id: Ifeef5d6b36648fdb12fda4f75c81079691434fff
(cherry picked from commit 657a18b67c)
This commit is contained in:
John Fulton 2021-12-16 16:03:03 +00:00
parent 689e3bc3fe
commit 4a3cfc0bf6
2 changed files with 4 additions and 1 deletions

View File

@ -60,7 +60,7 @@ tripleo_cephadm_rbd_mirror_pool: ''
tripleo_cephadm_rbd_mirror_remote_cluster: not-ceph
tripleo_cephadm_rbd_mirror_remote_user: ''
tripleo_cephadm_debug: false
tripleo_cephadm_min_compat_client: mimic
tripleo_cephadm_min_compat_client: ''
tripleo_cephadm_deployed_ceph: false
tripleo_cephadm_deployed_ceph_tht_path: "/home/stack/deployed_ceph.yaml"
tripleo_cephadm_backend: ''

View File

@ -34,6 +34,9 @@
{{ tripleo_cephadm_min_compat_client }}
changed_when: false
become: true
when:
- tripleo_cephadm_min_compat_client is defined
- tripleo_cephadm_min_compat_client | length > 0
- name: set container image base in ceph configuration
command: |