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
)
guits-quick-test2.8
parent
8f26ffdbac
commit
932abbc8cf
|
@ -607,7 +607,6 @@
|
|||
|
||||
vars:
|
||||
containerized_deployment: true
|
||||
serial: 1
|
||||
become: true
|
||||
tasks:
|
||||
- name: stop non-containerized ceph-crash
|
||||
|
|
Loading…
Reference in New Issue