mirror of https://github.com/ceph/ceph-ansible.git
switch2container: do not serialize the ceph-crash migration
There's no need to slow down the playbook execution time by migrating
all the `ceph-crash` instances in a serial way. Let's remove the
`serial: 1` so the migration is achieved in a parallel way.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 980a5a7df4
)
pull/6283/head
parent
2feefdc861
commit
5803619a5d
|
@ -601,7 +601,6 @@
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
containerized_deployment: true
|
containerized_deployment: true
|
||||||
serial: 1
|
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: stop non-containerized ceph-crash
|
- name: stop non-containerized ceph-crash
|
||||||
|
|
Loading…
Reference in New Issue