Skip to content

Commit

Permalink
update: fix a typo
Browse files Browse the repository at this point in the history
s/pre-quincy/pre-pacific
s/quincy-only/pacific-only

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
  • Loading branch information
guits committed Jul 6, 2022
1 parent 62c42cd commit e1e5cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure-playbooks/rolling_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@
name: ceph-facts
tasks_from: container_binary.yml

- 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
command: "{{ container_binary }} exec ceph-mon-{{ hostvars[groups[mon_group_name][0]]['ansible_facts']['hostname'] }} ceph --cluster {{ cluster }} osd require-osd-release pacific"
delegate_to: "{{ groups[mon_group_name][0] }}"
run_once: True
Expand Down

0 comments on commit e1e5cb5

Please sign in to comment.