]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
update: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jul 2022 11:02:20 +0000 (13:02 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 6 Jul 2022 11:09:19 +0000 (13:09 +0200)
s/pre-quincy/pre-pacific
s/quincy-only/pacific-only

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/rolling_update.yml

index ab531d88eb9a074da461b2b122620d7fb56c2058..5914880b477872c053b0caf7b7c76fff733997e1 100644 (file)
         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