From e1e5cb52f12108c9a13ffb694381de3a5efa2dba Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Wed, 6 Jul 2022 13:02:20 +0200 Subject: [PATCH] update: fix a typo s/pre-quincy/pre-pacific s/quincy-only/pacific-only Signed-off-by: Guillaume Abrioux --- infrastructure-playbooks/rolling_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure-playbooks/rolling_update.yml b/infrastructure-playbooks/rolling_update.yml index ab531d88e..5914880b4 100644 --- a/infrastructure-playbooks/rolling_update.yml +++ b/infrastructure-playbooks/rolling_update.yml @@ -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 -- 2.47.3