From: Guillaume Abrioux Date: Thu, 11 Feb 2021 15:28:31 +0000 (+0100) Subject: switch2container: do not serialize the ceph-crash migration X-Git-Tag: v4.0.50~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=932abbc8cfc14632fe8639eb685d4e7eff39eea1;p=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 (cherry picked from commit 980a5a7df4f6f286b5e6a16b786847920c269bdd) --- diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index d5ba37e7a..8b0190fa7 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -607,7 +607,6 @@ vars: containerized_deployment: true - serial: 1 become: true tasks: - name: stop non-containerized ceph-crash