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>pull/6265/head
parent
682116023d
commit
980a5a7df4
|
@ -601,7 +601,6 @@
|
|||
|
||||
vars:
|
||||
containerized_deployment: true
|
||||
serial: 1
|
||||
become: true
|
||||
tasks:
|
||||
- name: stop non-containerized ceph-crash
|
||||
|
|
Loading…
Reference in New Issue