We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c42cd commit e1e5cb5Copy full SHA for e1e5cb5
infrastructure-playbooks/rolling_update.yml
@@ -1044,7 +1044,7 @@
1044
name: ceph-facts
1045
tasks_from: container_binary.yml
1046
1047
- - name: container | disallow pre-quincy OSDs and enable all new quincy-only functionality
+ - name: container | disallow pre-pacific OSDs and enable all new pacific-only functionality
1048
command: "{{ container_binary }} exec ceph-mon-{{ hostvars[groups[mon_group_name][0]]['ansible_facts']['hostname'] }} ceph --cluster {{ cluster }} osd require-osd-release pacific"
1049
delegate_to: "{{ groups[mon_group_name][0] }}"
1050
run_once: True
0 commit comments