Skip to content

Commit e1e5cb5

Browse files
committed
update: fix a typo
s/pre-quincy/pre-pacific s/quincy-only/pacific-only Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
1 parent 62c42cd commit e1e5cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure-playbooks/rolling_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@
10441044
name: ceph-facts
10451045
tasks_from: container_binary.yml
10461046

1047-
- name: container | disallow pre-quincy OSDs and enable all new quincy-only functionality
1047+
- name: container | disallow pre-pacific OSDs and enable all new pacific-only functionality
10481048
command: "{{ container_binary }} exec ceph-mon-{{ hostvars[groups[mon_group_name][0]]['ansible_facts']['hostname'] }} ceph --cluster {{ cluster }} osd require-osd-release pacific"
10491049
delegate_to: "{{ groups[mon_group_name][0] }}"
10501050
run_once: True

0 commit comments

Comments
 (0)