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: v6.0.1~7 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5803619a5d8d3402dfd8f9a4dff551a3673e5326;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 3786ea680..8cdf08d15 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 @@ -601,7 +601,6 @@ vars: containerized_deployment: true - serial: 1 become: true tasks: - name: stop non-containerized ceph-crash