Skip to content

Commit

Permalink
update: speed up client play
Browse files Browse the repository at this point in the history
wip

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 817c03b)
  • Loading branch information
guits committed Dec 15, 2021
1 parent 993e482 commit 7791fac
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions infrastructure-playbooks/rolling_update.yml
Expand Up @@ -981,6 +981,8 @@
name: ceph-defaults
- import_role:
name: ceph-facts
tasks_from: container_binary.yml
when: containerized_deployment | bool
- import_role:
name: ceph-handler
- import_role:
Expand All @@ -991,10 +993,7 @@
when:
- (group_names != ['clients']) or (inventory_hostname == groups.get('clients', [''])|first)
- containerized_deployment | bool
- import_role:
name: ceph-config
- import_role:
name: ceph-client


- name: upgrade ceph-crash daemons
hosts:
Expand Down

0 comments on commit 7791fac

Please sign in to comment.